mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +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.