isLessThan
Checks whether a numeric value stays below a limit.
Table of contents
Category
Value
Import
jsimport { isLessThan } from "valyrian.js/utils";Public signature
ts(value: any, limit: number): booleanParameters
tsvalue: any, limit: numberResult
tsboolean