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

x/justaos_utils/packages/common-utils/deps.ts>uuid.NAMESPACE_URL

Common utility functions used across projects
Go to Latest
variable uuid.NAMESPACE_URL
import { uuid } from "https://deno.land/x/justaos_utils@v1.9.0/packages/common-utils/deps.ts";
const { NAMESPACE_URL } = uuid;

Name string is a URL.

Examples

Example 1

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

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

type

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