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