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

x/pup/deps.ts>uuid.NAMESPACE_X500

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

Name string is an X.500 DN (in DER or a text output format).

Examples

Example 1

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

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

type

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