is-integer : ES2015 (ES6) Number.isInteger polyfill. You can installing is-integer 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 is-integer $ sudo npm install -g is-integer
If want to update the is-integer package execute the command as below,
$ sudo npm update is-integer
Update package globally,
$ npm install -g is-integer
$ sudo git clone https://github.com/rektide/is-integer.git
$ sudo npm install -g ./is-integer
is-integer@1.0.7 /usr/lib/node_modules/is-integer
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall is-integer
Package Name | is-integer |
Version | 1.0.7 |
Description | ES2015 (ES6) Number.isInteger polyfill |
Released Date | 2017-05-05T08:48:15.909Z |
Published by | parshap |
How to Learn | https://www.npmjs.com/package/is-integer/tutorial |