import { Bson } from "https://deno.land/x/mongo@v0.31.1/mod.ts";
const { BSONSymbol } = Bson;
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