Files
DefinitelyTyped/types/bluebird
arlecchino c4077c19e4 @types/bluebird: Make AggregateError ArrayLike (#16148)
* Make AggregateError ArrayLike

For simplification extend AggregateError from Array<Error>

* Make AggregateError implementing ArrayLike

AggregateError should be an Error and also an ArrayLike of Errors with a bunch of Array-methods.
2017-04-26 14:35:30 -07:00
..