0.5.0 • Published 10 years ago

ea v0.5.0

Weekly downloads
38
License
MIT
Repository
github
Last release
10 years ago

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

0.5.0

10 years ago

0.4.2

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago