0.0.4 • Published 8 years ago

catch.all v0.0.4

Weekly downloads
58
License
MIT
Repository
github
Last release
8 years ago

catch.all

travis build codecov coverage version downloads MIT License semantic-release

Get all errors from an array of promises.

Installation

This package is distributed via npm:

npm install catch.all

Usage

import catchAll from 'catch.all';
 
catchAll(promises)
 .then(errors => {
  // An array of errors
  return errors;
 })
 .catch(e => {
  console.log(e);
 });

Other

This library was developed by Max Barinov.

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago