xdash API Reference / isTruthy
Function: isTruthy()
isTruthy(
value
):boolean
Defined in: src/typed.ts:161
Determines if a value is truthy.
Parameters
value
unknown
value to check
Returns
boolean
true if the value is a number, false otherwise