Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/model/dependencies/mongo.ts>Bson.Int32#valueOf

model based mongo for deno
Latest
method Bson.Int32.prototype.valueOf
Re-export
import { Bson } from "https://deno.land/x/model@v1.2/dependencies/mongo.ts";
const { Int32 } = Bson;

Access the number value.

Returns

number

returns the wrapped int32 number.