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