import * as mod from "https://deno.land/std@0.144.0/uuid/mod.ts";
Generators and validators for UUIDs for versions 1, 4 and 5.
Functions
isNil | Check if the passed UUID is the nil UUID. |
v1.generate | Generates a RFC4122 v1 UUID (time-based). |
v1.validate | Validates the UUID v1. |
v4.generate 👎 deprecated | |
v4.validate | Validate that the passed UUID is an RFC4122 v4 UUID. |
v5.generate | Generate a RFC4122 v5 UUID (SHA-1 namespace). |
v5.validate | Validate that the passed UUID is an RFC4122 v5 UUID. |
validate | Test a string to see if it is a valid UUID. |
version | Detect RFC version of a UUID. |
Interfaces
v1.V1Options | The options used for generating a v1 UUID. |