Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/uuid/constants.ts>NAMESPACE_DNS

The Deno Standard Library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
variable NAMESPACE_DNS
import { NAMESPACE_DNS } from "https://deno.land/std@0.223.0/uuid/constants.ts";

Name string is a fully-qualified domain name.

Examples

Example 1

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

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

type

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