Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/ulid/mod.ts

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
import * as mod from "https://deno.land/std@0.211.0/ulid/mod.ts";

Utilities for generating and working with [Universally Unique Lexicographically Sortable Identifiers (ULIDs)]https://github.com/ulid/spec.

Variables

Generate a monotonically increasing ULID, optionally based on a given timestamp.

Functions

Extracts the timestamp given a ULID.

Generate a ULID, optionally based on a given timestamp.

Type Aliases

Type for a ULID generator function.