Skip to main content
Go to Latest
variable NAMESPACE_DNS
import { NAMESPACE_DNS } from "https://deno.land/std@0.221.0/uuid/constants.ts";

Name string is a fully-qualified domain name.

Examples

Example 1

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

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

type

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