js-bunch

Using npm: ```shell $ npm i -g npm $ npm i js-bunch --save ```

Usage no npm install needed!

<script type="module">
  import jsBunch from 'https://cdn.skypack.dev/js-bunch';
</script>

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.