mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-13 12:37:16 +08: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.