number-is-integer : ES2015 Number.isInteger() ponyfill. You can installing number-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 number-is-integer $ sudo npm install -g number-is-integer
If want to update the number-is-integer package execute the command as below,
$ sudo npm update number-is-integer
Update package globally,
$ npm install -g number-is-integer
$ sudo git clone https://github.com/rektide/number-is-integer.git
$ sudo npm install -g ./number-is-integer
number-is-integer@1.0.1 /usr/lib/node_modules/number-is-integer
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall number-is-integer
Package Name | number-is-integer |
Version | 1.0.1 |
Description | ES2015 Number.isInteger() ponyfill |
Released Date | 2016-09-30T05:12:38.112Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/number-is-integer/tutorial |