import { mongo } from "https://deno.land/x/hex@0.5.15/src/data/deps.ts";
const { Double } = mongo.Bson;
A class representation of the BSON Double type.
Methods
toExtendedJSON(options?: EJSONOptions): number | DoubleExtended
toJSON(): number
toString(radix?: number): string
valueOf(): number
Access the number value.
[Symbol.for("Deno.customInspect")](): string
Static Methods
fromExtendedJSON(doc: DoubleExtended, options?: EJSONOptions): number | Double