This package has been deprecated
Author message:
Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
ea
0.5.0 • Public • Published ea 
Arrays, objects and strings iterator
each-reverse - module for reverse iterations
Install
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
Package Sidebar
Install
Weekly Downloads