method Bson.Long.prototype.toBigIntRe-exportimport { Bson } from "https://deno.land/x/mongo@v0.31.1/mod.ts"; const { Long } = Bson; toBigInt(): bigintConverts the Long to a BigInt (arbitrary precision). Returnsbigint