Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
variable UUIDGeneratorBrowser
import { UUIDGeneratorBrowser } from "https://deno.land/x/30_seconds_of_typescript@v1.0.1/util.ts";

Generates a UUID in a browser.

Use crypto API to generate a UUID, compliant with RFC4122 version 4.

type

() => unknown