Skip to main content
Module

std/ulid/mod.ts>ULID

The Deno Standard Library
Latest
type alias ULID
Re-export
import { type ULID } from "https://deno.land/std@0.224.0/ulid/mod.ts";

Type for a ULID generator function.

definition: (seedTime?: number) => string