Module

x/web_bson/mod.js>Int32

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

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.