Skip to main content
Module

std/ulid/mod.ts>ULID

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

Type for a ULID generator function.

definition: (seedTime?: number) => string