import { Int32 } from "https://deno.land/x/web_bson@v0.2.5/src/bson.ts";
A class representation of a BSON Int32 type.
Methods
toExtendedJSON(options?: EJSONOptions): number | Int32Extended
toJSON(): number
toString(radix?: number): string
valueOf(): number
Access the number value.
[Symbol.for("Deno.customInspect")](): string
Static Methods
fromExtendedJSON(doc: Int32Extended, options?: EJSONOptions): number | Int32