0.1.2 • Published 11 years ago

lie-lfold v0.1.2

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago
var lfold = require('lie-lfold');

###fold left

lfold(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

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago