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

std/uuid/v1.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.100.0/uuid/v1.ts";

Functions

Generates a RFC4122 v1 UUID (time-based).

Validates the UUID v1.

Interfaces

The options used for generating a v1 UUID.