is-number
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
is-string-a-number
This is a JavaScript utility. It returns `true` if the value is a string number written in fixed notation and in decimal base.