Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/deps/std/ulid/mod.ts>ulid

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
function ulid
import { ulid } from "https://deno.land/x/netzo@0.4.62/deps/std/ulid/mod.ts";

Examples

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

Parameters

optional
seedTime: number = [UNSUPPORTED]

Returns

string