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

x/uuid7/mod.ts>Time

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

A Date object or millisecond-precision UNIX timestamp.

definition: number | Date