variable NAMESPACE_URLView codeName string is a URL. ExamplesExample 1 import { NAMESPACE_URL } from "@std/uuid/constants"; console.log(NAMESPACE_URL); // => 6ba7b811-9dad-11d1-80b4-00c04fd430c8 Type"6ba7b811-9dad-11d1-80b4-00c04fd430c8"View code