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.
Updated by @ynote_hk
is-number-g
Returns true if the value is a number. comprehensive tests.Study from jonschlinkert/is-number
Updated by @targeral
is-plain-number
This is a JavaScript utility. It returns `true` if the value is a number or plain number string (not in scientific exponential notation or hexadecimal notation for instance).
Updated by @ynote_hk