import { v1 } from "https://dotland.deno.dev/std@0.224.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 in |
import { v1 } from "https://dotland.deno.dev/std@0.224.0/uuid/mod.ts";
Generates a RFC4122 v1 UUID (time-based). | |
Validates the UUID v1. |
The options used for generating a v1 UUID in |