ea

0.5.0 • Public • Published

ea Build Status

Arrays, objects and strings iterator

each-reverse - module for reverse iterations

Install

npm install --save ea
component install andrepolischuk/ea

API

ea(array, fn)

Iterate array

ea([10, 11, 12], function(value, index) {
 
});

ea(object, fn)

Iterate object

ea(user, function(value, key) {
 
});

ea(string, fn)

Iterate string

ea('hello', function(value, key) {
 
});

License

MIT

Dependencies (1)

Dev Dependencies (1)

Package Sidebar

Install

npm i ea

Weekly Downloads

63

Version

0.5.0

License

MIT

Last publish

Collaborators

  • andrepolischuk