import { mongo } from "https://deno.land/x/hex@0.5.15/src/data/deps.ts";
const { BSONSymbol } = mongo;
A class representation of the BSON Symbol type.
Methods
toExtendedJSON(): BSONSymbolExtended
toJSON(): string
toString(): string
valueOf(): string
Access the wrapped string value.
[Symbol.for("Deno.customInspect")](): string
Static Methods
fromExtendedJSON(doc: BSONSymbolExtended): BSONSymbol