Skip to main content
Latest
method Bson.Double.prototype.valueOf
import { Bson } from "https://deno.land/x/exodus@0.1.8/deps.ts";
const { Double } = Bson;

Access the number value.

Returns

number

returns the wrapped double number.