--- title: "@std/uuid" description: "Generators and validators for UUIDs" jsr: jsr:@std/uuid pkg: uuid version: 1.1.0 generated: true stability: stable --- ## Overview
Generators and validators for RFC 9562 UUIDs for versions v1, v3, v4, v5, v6 and v7.
Use the built-in
crypto.randomUUID()
function instead of this package, if you only need to generate v4 UUIDs.
Based on npm:uuid.