UNPKG

263 BTypeScriptView Raw
1declare class AggregateErrorPolyfill extends Error {
2 #private;
3 get name(): string;
4 get errors(): unknown[];
5 constructor(errors: Iterable<unknown>, message?: string);
6}
7export declare const AggregateError: typeof AggregateErrorPolyfill;
8export {};