0.1.1 • Published 12 years ago

lie-rfold v0.1.1

Weekly downloads
2
License
-
Repository
github
Last release
12 years ago
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

0.1.1

12 years ago

0.1.0

12 years ago