Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/s3si/deps.ts>uuid.NAMESPACE_X500

Export your battles from SplatNet to https://stat.ink
Latest
variable uuid.NAMESPACE_X500
import { uuid } from "https://deno.land/x/s3si@gui-v0.4.20/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"