UNPKG

@atomist/sdm-pack-aspect

Version:

an Atomist SDM Extension Pack for visualizing drift across an organization

9 lines 334 B
import { Analyzed } from "../aspect/AspectRegistry"; import { Reporters } from "../aspect/reporters"; export declare type AnalyzedGrouper = (ar: Analyzed) => string; /** * Custom reporters against our repo cohort. * Add your own here */ export declare const CustomReporters: Reporters; //# sourceMappingURL=customReporters.d.ts.map