Skip to main content
Module

x/atlas_sdk/mod.ts>BSONSymbol

TypeSafe MongoDB Atlas Data API SDK for Deno, Deno Deploy and Node.js
Latest
class BSONSymbol
extends BSONValue
import { BSONSymbol } from "https://deno.land/x/atlas_sdk@v1.1.3/mod.ts";

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.