Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/hex/src/lib/stdx/uuid.ts>v1.V1Options

An ecosystem delivering practices, philosophy and portability. Powered By Deno and JavaScript.
Latest
interface v1.V1Options
import { type v1 } from "https://deno.land/x/hex@0.6.5/src/lib/stdx/uuid.ts";
const { V1Options } = v1;

The options used for generating a v1 UUID.

Properties

optional
node: number[]
optional
clockseq: number
optional
msecs: number
optional
nsecs: number
optional
random: number[]
optional
rng: () => number[]