is-class : Check if function is an ES6 class.. You can installing is-class 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-class $ sudo npm install -g is-class
If want to update the is-class package execute the command as below,
$ sudo npm update is-class
Update package globally,
$ npm install -g is-class
$ sudo git clone https://github.com/rektide/is-class.git
$ sudo npm install -g ./is-class
is-class@0.0.4 /usr/lib/node_modules/is-class
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall is-class
Package Name | is-class |
Version | 0.0.4 |
Description | Check if function is an ES6 class. |
Released Date | 2016-01-28T21:38:40.917Z |
Published by | miguelmota |
How to Learn | https://www.npmjs.com/package/is-class/tutorial |