CommonIsFinite
Callable
Parameters
value: unknown
The value to test
min: number = -Infinity
The minimum allowed value
max: number = Infinity
The maximum allowed value
Returns value is number
The value to test
The minimum allowed value
The maximum allowed value
Type guard which checks that a value is a finite number that, optionally, falls within the specified range