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

std/uuid/v1.ts>V1Options

Deno standard library
Go to Latest
interface V1Options
import { type V1Options } from "https://deno.land/std@0.155.0/uuid/v1.ts";

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[]