toarray : I find myself writing `item = item instanceof Array ? item : [item]` a lot, so I decided to make a simple library to does it for me. A few examples:. You can installing toarray 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 toarray $ sudo npm install -g toarray
If want to update the toarray package execute the command as below,
$ sudo npm update toarray
Update package globally,
$ npm install -g toarray
$ sudo git clone https://github.com/rektide/toarray.git
$ sudo npm install -g ./toarray
toarray@0.0.1 /usr/lib/node_modules/toarray
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall toarray
| Package Name | toarray |
| Version | 0.0.1 |
| Description | I find myself writing `item = item instanceof Array ? item : [item]` a lot, so I decided to make a simple library to does it for me. A few examples: |
| Released Date | 2013-05-23T18:30:38.581Z |
| Published by | architectd |
| How to Learn | https://www.npmjs.com/package/toarray/tutorial |