0.1.1 • Published 11 years ago

lie-rfold v0.1.1

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

11 years ago

0.1.0

11 years ago