Skip to main content
Module

x/uuid7/mod.ts>Clock

Generate UUIDv7 identifiers in JavaScript (or TypeScript)
Latest
type alias Clock
import { type Clock } from "https://deno.land/x/uuid7@v0.0.1/mod.ts";

A function that returns a millisecond-precision UNIX timestamp, like Date.now.

definition: Date["now"]