method Bson.Long.prototype.toNumberRe-exportimport { Bson } from "https://deno.land/x/mongo@v0.31.1/mod.ts"; const { Long } = Bson; toNumber(): numberConverts the Long to a the nearest floating-point representation of this value (double, 53 bit mantissa). Returnsnumber