ea

Arrays, objects and strings iterator

  • ea

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
ea
000.5.08 years ago8 years agoMinified + gzip package size for ea in KB

Readme

> Arrays, objects and strings iterator
each-reverseeach-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