import { BSONSymbol } from "https://deno.land/x/web_bson@v0.2.5/src/bson.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