method Bson.Long.fromExtendedJSONRe-exportimport { Bson } from "https://deno.land/x/mongo@v0.31.1/mod.ts"; const { Long } = Bson; fromExtendedJSON(doc: { $numberLong: string; }, options?: EJSONOptions): number | LongParametersdoc: { $numberLong: string; }optionaloptions: EJSONOptionsReturnsnumber | Long