https://github.com/budarin/ulid
Universally Unique Lexicographically Sortable Identifier
https://github.com/budarin/ulid
Last synced: 18 days ago
JSON representation
Universally Unique Lexicographically Sortable Identifier
- Host: GitHub
- URL: https://github.com/budarin/ulid
- Owner: budarin
- License: mit
- Created: 2023-11-29T14:24:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-22T15:43:41.000Z (about 1 year ago)
- Last Synced: 2025-04-21T01:48:16.160Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@budarin/ulid
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ulid
Universally Unique Lexicographically Sortable Identifier
## Installation
```sh
yarn add @budarin/ulid
```## Usage
```ts
import { ulid } from '@budarin/ulid';console.log(ulid()); // '018c1b7d-0f42-0764-522b-6829727f48e3'
```## License
MIT