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