isnumber : A simple test to see if a value is a non-infinite number.. You can installing isnumber npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install isnumber $ sudo npm install -g isnumber
If want to update the isnumber package execute the command as below,
$ sudo npm update isnumber
Update package globally,
$ npm install -g isnumber
$ sudo git clone https://github.com/rektide/isnumber.git
$ sudo npm install -g ./isnumber
isnumber@1.0.0 /usr/lib/node_modules/isnumber
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall isnumber
| Package Name | isnumber |
| Version | 1.0.0 |
| Description | A simple test to see if a value is a non-infinite number. |
| Released Date | 2013-08-14T18:08:14.586Z |
| Published by | bryce |
| How to Learn | https://www.npmjs.com/package/isnumber/tutorial |