part-each-array

node.js:

Usage no npm install needed!

<script type="module">
  import partEachArray from 'https://cdn.skypack.dev/part-each-array';
</script>

README

Each Array

Installation

node.js:

npm install each-array

browser:

component install each-array

Example

var project = require('each-array');

API

Example API methods.

.on(event, fn, [capture])

Short description of some method:

project.on('event', function(e){

});

.on(event, selector, fn, [capture])

Another description:

project.on('event', 'a.remove', function(e){

});

Notes

Licence

MIT