Skip to main content
Module

x/web_bson/mod.js>BSONSymbol

web_bson is a fork from mongodb/js-bson
Very Popular
Latest
class BSONSymbol
extends BSONValue
import { BSONSymbol } from "https://deno.land/x/web_bson@v0.3.0/mod.js";

A class representation of the BSON Symbol type.

Constructors

new
BSONSymbol(value: string)

Properties

readonly
_bsontype: "BSONSymbol"
value: string

Methods

inspect(): string
toJSON(): string
toString(): string
valueOf(): string

Access the wrapped string value.