Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
variable NAMESPACE_URL
import { NAMESPACE_URL } from "https://deno.land/std@0.187.0/uuid/constants.ts";

Name string is a URL.

Examples

Example 1

import { NAMESPACE_URL } from "https://deno.land/std@0.187.0/uuid/constants.ts";

console.log(NAMESPACE_URL); // => 6ba7b811-9dad-11d1-80b4-00c04fd430c8

type

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