variable NAMESPACE_OIDView codeName string is an ISO OID. ExamplesExample 1 import { NAMESPACE_OID } from "@std/uuid/constants"; console.log(NAMESPACE_OID); // => 6ba7b812-9dad-11d1-80b4-00c04fd430c8 Type"6ba7b812-9dad-11d1-80b4-00c04fd430c8"View code