is-obj : Check if a value is an object. You can installing is-obj 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-obj $ sudo npm install -g is-obj
If want to update the is-obj package execute the command as below,
$ sudo npm update is-obj
Update package globally,
$ npm install -g is-obj
$ sudo git clone https://github.com/rektide/is-obj.git
$ sudo npm install -g ./is-obj
is-obj@1.0.1 /usr/lib/node_modules/is-obj
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall is-obj
Package Name | is-obj |
Version | 1.0.1 |
Description | Check if a value is an object |
Released Date | 2016-03-22T10:14:12.950Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/is-obj/tutorial |