method Bson.Long.fromBytesBERe-exportimport { Bson } from "https://deno.land/x/mongo@v0.31.1/mod.ts"; const { Long } = Bson; fromBytesBE(bytes: number[], unsigned?: boolean): LongCreates a Long from its big endian byte representation. Parametersbytes: number[] Big endian byte representation optionalunsigned: boolean Whether unsigned or not, defaults to signed ReturnsLongThe corresponding Long value