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