Détail du package

lie-rfold

calvinmetcalf6MIT0.1.1

fold all of the lies from the right

lie, promise, async

readme

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

fold right

rfold(array of things,function,accumulator)

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

License

MIT