Skip to content

andrepolischuk/ea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Arrays, objects and strings iterator

Resources

License

Stars

Watchers

Forks

Packages