import { mongo } from "https://deno.land/x/hex@0.5.15/src/data/deps.ts";
const { Binary } = mongo;
Methods
length(): number
toExtendedJSON(options?: EJSONOptions): BinaryExtended
toJSON(): string
toString(): string
[Symbol.for("Deno.customInspect")](): string
Static Methods
fromExtendedJSON(doc: BinaryExtended | UUIDExtended, options?: EJSONOptions): Binary