Module

std/uuid/mod.ts>v1

Deno standard library
Go to Latest
namespace v1
import { v1 } from "https://dotland.deno.dev/std@0.146.0/uuid/mod.ts";

Functions

Generates a RFC4122 v1 UUID (time-based).

Validates the UUID v1.

Interfaces

The options used for generating a v1 UUID.

import v1
import { v1 } from "https://dotland.deno.dev/std@0.146.0/uuid/mod.ts";

Generators and validators for UUIDs for versions 1, 4 and 5.