is-number
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
number.isfinite
An ES-spec-compliant Number.isFinite shim/polyfill/replacement that works as far down as ES3
@alwatr/is-number
A simple utility to Check the value is number or can convert to a number, for example string ' 123 ' can be converted to 123.