is-array : Check if the given value is an Array. You can installing is-array 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-array $ sudo npm install -g is-array
If want to update the is-array package execute the command as below,
$ sudo npm update is-array
Update package globally,
$ npm install -g is-array
$ sudo git clone https://github.com/rektide/is-array.git
$ sudo npm install -g ./is-array
is-array@1.0.1 /usr/lib/node_modules/is-array
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall is-array
Package Name | is-array |
Version | 1.0.1 |
Description | Check if the given value is an Array |
Released Date | 2014-02-26T15:51:27.777Z |
Published by | retrofox |
How to Learn | https://www.npmjs.com/package/is-array/tutorial |