Skip to main content
Module

x/atlas_sdk/deps.ts>Int32

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

A class representation of a BSON Int32 type.

Constructors

new
Int32(value: number | string)

Create an Int32 type

Properties

readonly
_bsontype: "Int32"
value: number

Methods

inspect(): string
toJSON(): number
toString(radix?: number): string
valueOf(): number

Access the number value.