0.1.2 • Published 9 years ago

lie-iter v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

lie-iter

API

npm install lie-iter

var iter = require('lie-iter');

###iter

iter(array of values or promises (or promise for such)[, function])

call the function on each value waiting for it to resolve before calling the next one. Returns an array of the values produced or the first error. If function is omitted it just resolves the promises sequentially (aka default function is function(a){return a})

License

MIT

0.1.2

9 years ago

0.1.1

10 years ago

0.1.0

10 years ago