is-plain-object : Returns true if an object was created by the `Object` constructor.. You can installing is-plain-object 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-plain-object $ sudo npm install -g is-plain-object
If want to update the is-plain-object package execute the command as below,
$ sudo npm update is-plain-object
Update package globally,
$ npm install -g is-plain-object
$ sudo git clone https://github.com/rektide/is-plain-object.git
$ sudo npm install -g ./is-plain-object
is-plain-object@2.0.4 /usr/lib/node_modules/is-plain-object
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall is-plain-object
Package Name | is-plain-object |
Version | 2.0.4 |
Description | Returns true if an object was created by the `Object` constructor. |
Released Date | 2017-07-11T22:41:10.371Z |
Published by | jonschlinkert |
How to Learn | https://www.npmjs.com/package/is-plain-object/tutorial |