@hugoalh/advanced-determine
A module to provide a better and more accurate way to determine item type.
Updated by @hugoalh
checker-as-is
Check your types at runtime with ESNext syntax by meta programing in node.js and browser with interfaces, strict object and more.
Updated by @kotowolod
looks-like-number
General utility function to verify its argument looks like a number
Updated by @kgkoutis
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
ecmascript-is-number
EcmaScript library to check value is valid number or not 🙌
Updated by @varora1406
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