method Bson.Long.prototype.toBytesRe-exportimport { Bson } from "https://deno.land/x/mongo@v0.31.1/mod.ts"; const { Long } = Bson; toBytes(le?: boolean): number[]Converts this Long to its byte representation. Parametersoptionalle: boolean Whether little or big endian, defaults to big endian Returnsnumber[]Byte representation