Skip to main content
Module

x/careful/deps.ts>uuid.v1.V1Options

Safe containerization of values for TypeScript
Latest
interface uuid.v1.V1Options
import { type uuid } from "https://deno.land/x/careful@v0.1.0/deps.ts";
const { V1Options } = uuid.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[]