UNPKG

@carlosv2/glue

Version:

Dependency injection library that stays out of the way

5 lines 173 B
import { DiError } from '../error.js'; export declare class AggregatedError extends DiError { constructor(...errors: Error[]); } //# sourceMappingURL=aggregated.d.ts.map