0.5.0 • Published 10 years ago
ea v0.5.0
ea 
Arrays, objects and strings iterator
each-reverse - module for reverse iterations
Install
npm install --save eacomponent install andrepolischuk/eaAPI
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