ut-tools
Version:
Build and Release management automation package.
12 lines (9 loc) • 337 B
TypeScript
import implementation = require("./implementation");
import getPolyfill = require("./polyfill");
import shim = require("./shim");
declare class AggregateError extends implementation {
static getPolyfill: typeof getPolyfill;
static implementation: typeof implementation;
static shim: typeof shim;
}
export = AggregateError;