Deprecated
v4 UUID generation is deprecated and will be removed in a future
std/uuid release. Use the web standard globalThis.crypto.randomUUID()
function instead.
Generate a RFC4122 v4 UUID (pseudo-random).
import { v4 } from "https://deno.land/std@0.118.0/uuid/mod.ts";
const { generate } = v4;