Browse documentation

isGreaterThan

Checks whether a numeric value exceeds a limit.

Table of contents

Category

Value

Import

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

Public signature

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

Parameters

ts
value: any, limit: number

Result

ts
boolean