import { v4 } from "https://deno.land/std@0.39.0/uuid/mod.ts";
const { validate } = v4;
The Standard Library has been moved to JSR. See the blog post for details.
import { v4 } from "https://deno.land/std@0.39.0/uuid/mod.ts";
const { validate } = v4;