is-number
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
typechecker
Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)
@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.
qolib
A small JavaScript library that enhances Quality of Life by solving various problems.