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