lie-rfold

0.1.1 • Public • Published
var rfold = require('lie-rfold');

fold right

rfold(array (or promise for 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

Readme

Keywords

none

Package Sidebar

Install

npm i lie-rfold

Weekly Downloads

2

Version

0.1.1

License

MIT

Last publish

Collaborators

  • cwmma