variable uuid.NAMESPACE_URLimport { uuid } from "https://deno.land/x/pup@1.0.0-rc.9/deps.ts"; const { NAMESPACE_URL } = uuid; Name string is a URL. ExamplesExample 1 import { NAMESPACE_URL } from "https://deno.land/std@0.224.0/uuid/constants.ts"; console.log(NAMESPACE_URL); // => 6ba7b811-9dad-11d1-80b4-00c04fd430c8 type"6ba7b811-9dad-11d1-80b4-00c04fd430c8"