Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method Bson.Long.prototype.lessThanOrEqual
Re-export
import { Bson } from "https://deno.land/x/model@v1.2/dependencies/mongo.ts";
const { Long } = Bson;

Tests if this Long's value is less than or equal the specified's.

Parameters

other:
| string
| number
| Long

Returns

boolean