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

x/pup/deps.ts>uuid.NAMESPACE_DNS

Universal process manager built in Deno
Go to Latest
variable uuid.NAMESPACE_DNS
import { uuid } from "https://deno.land/x/pup@1.0.0-rc.1/deps.ts";
const { NAMESPACE_DNS } = uuid;

Name string is a fully-qualified domain name.

Examples

Example 1

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

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

type

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