Skip to content

Commit

Permalink
docs(readme): add library import in usage section
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEdoRan committed Feb 27, 2023
1 parent 7992944 commit 84b36a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ npm i ulid-uuid-converter
## Usage

```typescript
import { UUIDtoULID, ULIDtoUUID } from "ulid-uuid-converter";

const ulid = UUIDtoULID("0186675b-9439-536e-1c4c-561c280fa87b");
// outputs: 01GSKNQ51SADQ1RK2P3GM0ZA3V

Expand Down

0 comments on commit 84b36a8

Please sign in to comment.