Skip to main content
Module

std/uuid/mod.ts>v1.V1Options

Deno standard library
Go to Latest
interface v1.V1Options
import { type v1 } from "https://deno.land/std@0.158.0/uuid/mod.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[]