Well tested 'is number' checks, that can accept number-like strings, and non-finite values as desired.
JavaScript
0
0
MIT License
This library provides four well-tested functions for checking if a value is a number, catering to different use cases: `isNumber` and `isFiniteNumber` for strict JavaScript number type checks, and `isNumeric` and `isFiniteNumeric` for more lenient checks that also accept number-like strings. It's designed for JavaScript developers who need precise control over number validation in their projects.