Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 299 Bytes

File metadata and controls

28 lines (17 loc) · 299 Bytes

im-ulid

Very small ULID compatible library for JS

Get started

Install

npm

$ npm install @intimatemerger/im-ulid --save-dev

yarn

$ yarn add @intimatemerger/im-ulid --dev

Usage

import {imUlid} from '@intimatemerger/im-ulid';

const ulid = imUlid();