Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method Bson.Double.prototype.valueOf
Re-export
import { Bson } from "https://deno.land/x/model@v1.2/dependencies/mongo.ts";
const { Double } = Bson;

Access the number value.

Returns

number

returns the wrapped double number.