Browse documentation

isLessThan

Checks whether a numeric value stays below a limit.

Table of contents

Category

Value

Import

js
import { isLessThan } from "valyrian.js/utils";

Public signature

ts
(value: any, limit: number): boolean

Parameters

ts
value: any, limit: number

Result

ts
boolean