is-generator : Check whether a value is a generator or generator function. You can installing is-generator 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-generator $ sudo npm install -g is-generator
If want to update the is-generator package execute the command as below,
$ sudo npm update is-generator
Update package globally,
$ npm install -g is-generator
$ sudo git clone https://github.com/rektide/is-generator.git
$ sudo npm install -g ./is-generator
is-generator@1.0.3 /usr/lib/node_modules/is-generator
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall is-generator
Package Name | is-generator |
Version | 1.0.3 |
Description | Check whether a value is a generator or generator function |
Released Date | 2016-03-29T23:04:38.488Z |
Published by | blakeembrey |
How to Learn | https://www.npmjs.com/package/is-generator/tutorial |