Skip to main content
Module

x/atlas_sdk/mod.ts>Long#lessThan

TypeSafe MongoDB Atlas Data API SDK for Deno, Deno Deploy and Node.js
Latest
method Long.prototype.lessThan
import { Long } from "https://deno.land/x/atlas_sdk@v1.1.3/mod.ts";

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

Parameters

other:
| string
| number
| Long

Returns

boolean