An open API service indexing awesome lists of open source software.

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

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