Works with
•JSR Score70%•It is unknown whether this package works with Browsers, Deno, Node.js, Cloudflare Workers, Bun




Published2 years ago (0.215.0)
Generators and validators for UUIDs for versions v1, v3, v4 and v5.
Use crypto.randomUUID for v4 generating v4 UUIDs.
Based on https://github.com/kelektiv/node-uuid -> https://www.ietf.org/rfc/rfc4122.txt
Support for RFC4122 version 1, 3, 4, and 5 UUIDs
This module is browser compatible.
Add Package
deno add jsr:@std/uuid
Import symbol
import * as uuid from "@std/uuid";
Import directly with a jsr specifier
import * as uuid from "jsr:@std/uuid";