Variable NAMESPACE_URLConst

NAMESPACE_URL = "6ba7b811-9dad-11d1-80b4-00c04fd430c8"

Name string is a URL.

import { NAMESPACE_URL } from "@std/uuid/constants";
import { generate } from "@std/uuid/v3";

await generate(NAMESPACE_URL, new TextEncoder().encode("https://deno.land"));