Skip to main content
Module

std/uuid/mod.ts>NAMESPACE_OID

Deno standard library
Go to Latest
variable NAMESPACE_OID
import { NAMESPACE_OID } from "https://deno.land/std@0.221.0/uuid/mod.ts";

Name string is an ISO OID.

Examples

Example 1

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

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

type

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