0.1.2 • Published 12 years ago

lie-lfold v0.1.2

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

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago