js-bunch
v0.0.4
Published
Using npm: ```shell $ npm i -g npm $ npm i js-bunch --save ```
Downloads
2
Readme
Installation
Using npm:
$ npm i -g npm
$ npm i js-bunch --save
In Node.js:
// Load the full build.
var jb= require('js-bunch');
// Load method categories.
var array = require('js-bunch/array');
See the package source for more details.