Skip to main content
Module

std/uuid/v1.ts>generate

Deno standard library
Go to Latest
function generate
import { generate } from "https://deno.land/std@0.119.0/uuid/v1.ts";

Generates a RFC4122 v1 UUID (time-based).

Parameters

optional
options: V1Options | null

Can use RFC time sequence values as overwrites.

optional
buf: number[]

Can allow the UUID to be written in byte-form starting at the offset.

optional
offset: number

Index to start writing on the UUID bytes in buffer.

Returns

string | number[]