import { ulid } from "https://deno.land/x/netzo@0.3.91/deps/std/ulid/mod.ts";
Examples
Example 1
Example 1
import { ulid } from "https://deno.land/std@0.224.0/ulid/mod.ts";
ulid(); // 01ARZ3NDEKTSV4RRFFQ69G5FAV
// You can also input a seed time which will consistently give you the same string for the time component
ulid(1469918176385); // 01ARYZ6S41TSV4RRFFQ69G5FAV