Skip to main content
Module

std/uuid/v1.ts

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
import * as mod from "https://deno.land/std@0.204.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.