import { Bson } from "https://deno.land/x/aether@v0.0.3/deps.ts";
const { UUID } = Bson;
Returns the UUID id as a 32 or 36 character hex string representation, excluding/including dashes (defaults to 36 character dash separated)
import { Bson } from "https://deno.land/x/aether@v0.0.3/deps.ts";
const { UUID } = Bson;
Returns the UUID id as a 32 or 36 character hex string representation, excluding/including dashes (defaults to 36 character dash separated)