lie-lfold

0.1.2 • Public • Published
var lfold = require('lie-lfold');

fold left

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

Dependents (1)

Package Sidebar

Install

npm i lie-lfold

Weekly Downloads

1

Version

0.1.2

License

MIT

Last publish

Collaborators

  • cwmma