lie-all

all of the lies


Keywords
lie, promise, async
License
MIT
Install
npm install lie-all@0.1.5

Documentation

var all = require('lie-all');

###all

all(array of promises)

returns a promise for an array (or promise of array) of all the responses, returns an error if any of the promises throw errors. Returned values are in the same order as the input array.

License

MIT