Constructors
constructor
- new BSONSymbol(value): BSONSymbol
-
Properties
_bsontype
_bsontype: "Symbol"
value
value: string
Methods
toJSON
- toJSON(): string
-
Returns string
toString
- toString(): string
-
Returns string
valueOf
- valueOf(): string
-
Returns string
A class representation of the BSON Symbol type.