Type guard that checks if the provided value is a number and is not NaN, Infinity or -Infinity.
True if the value is a number.
Value to check.
Generated using TypeDoc
Type guard that checks if the provided value is a number and is not NaN, Infinity or -Infinity.
Returns
True if the value is a number.