Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

Universal process manager built in Deno
Go to Latest
interface uuid.v1.V1Options
import { type uuid } from "https://deno.land/x/pup@1.0.0-rc.1/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[]