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