import { Bson } from "https://deno.land/x/aether@v0.0.3/deps.ts";
const { UUID } = Bson;
Checks if a value is a valid bson UUID
Parameters
input: string | Uint8Array | UUID
- UUID, string or Buffer to validate.
import { Bson } from "https://deno.land/x/aether@v0.0.3/deps.ts";
const { UUID } = Bson;
Checks if a value is a valid bson UUID