包详细信息

lie-iter

calvinmetcalf7MIT0.1.2

iterate over some lies

lie, promise, async

自述文件

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