mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
* 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.