包详细信息

lie-lfold

calvinmetcalf8MIT0.1.2

fold all of the lies

lie, promise, async

自述文件

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

fold left

lfold(array of things,function,accumulator)

like Array.prototype.reduce, but the array may include promises or values and the function may return a promise or a value. lfold always return a promise.

License

MIT