method Bson.Long.prototype.lessThanOrEqualRe-exportimport { Bson } from "https://deno.land/x/mongo@v0.31.1/mod.ts"; const { Long } = Bson; lessThanOrEqual(other: | string | number | Long | Timestamp): booleanTests if this Long's value is less than or equal the specified's. Parametersother: | string | number | Long | TimestampReturnsboolean