Skip to main content
Module

std/uuid/mod.ts>NAMESPACE_URL

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

Name string is a URL.

Examples

Example 1

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

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

type

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