Skip to main content
Module

x/mongo/mod.ts>Bson.Int32#valueOf

MongoDB driver for Deno
Very Popular
Go to Latest
method Bson.Int32.prototype.valueOf
Re-export
import { Bson } from "https://deno.land/x/mongo@v0.31.1/mod.ts";
const { Int32 } = Bson;

Access the number value.

Returns

number

returns the wrapped int32 number.