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