0.1.1 • Published 11 years ago

lie-fold v0.1.1

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

###fold

fold(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. fold always return a promise.

unlike lfold and rfold fold calls the values in the order the promises resolve.

License

MIT

0.1.1

11 years ago

0.1.0

11 years ago