01AN4Z07BY 79KA1307SR9X4MV3
|----------| |----------------|
Timestamp Entropy
10 chars 16 chars
48bits 80bits
base32 base32
Generate ULID
Add .npmrc file in your repository
@stephen-shopopop:registry=https://npm.pkg.github.com
npm install @stephen-shopopop/ulid@1.2.1
import { ulid } from "@stephen-shopopop/ulid"
ulid() // 01FW7DJFPDVRRTZZ2UDEE5GW2T
import { monotonic } from "@stephen-shopopop/ulid"
const ulid = monotonic()
ulid() // 01FWXNVK9DWNT24RR10X35F3KZ
ulid(1646295334605) // 01FWXNVK9D0WNT24RR10X35F3M
ulid(1646295334605) // 01FWXNVK9D0WNT24RR10X35F3N
Generated using TypeDoc