is-this-a-number
v1.0.0
Published
This is an useful package which check if the given parameter is a number
Maintainers
Readme
is-this-a-number
This small package checks if the parameter is a number.
Usage
npm i is-this-a-number
Now you can require it in your project and use:
isNumber(x)
Where x is anything. The function will return a boolean.
