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

std/ulid/mod.ts>ULID

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias ULID
Re-export
import { type ULID } from "https://deno.land/std@0.218.0/ulid/mod.ts";

Type for a ULID generator function.

definition: (seedTime?: number) => string