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