Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
Checks whether provided parameter looks like a number
Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)
This is a JavaScript utility. It returns true
if the value is a string number written in fixed notation and in decimal base.
A simple utility to Check the value is number or can convert to a number, for example string ' 123 ' can be converted to 123.