UNPKG

@secretlint/config-loader

Version:
6 lines 260 B
export declare const isAggregationError: (error: Error) => error is AggregationError; export declare class AggregationError extends Error { errors: Error[]; constructor(errors: Error[], message: string); } //# sourceMappingURL=AggregationError.d.ts.map