パッケージの詳細

lie-all

calvinmetcalf13MIT0.1.5

all of the lies

lie, promise, async

readme

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