Class BSONSymbol

A class representation of the BSON Symbol type.

Hierarchy

  • BSONSymbol

Constructors

Properties

Methods

Constructors

  • Parameters

    • value: string

      the string representing the symbol.

    Returns BSONSymbol

Properties

_bsontype: "Symbol"
value: string

Methods

  • Returns string

  • Returns string

  • Access the wrapped string value.

    Returns string

Generated using TypeDoc