UNPKG

@atomist/org-visualizer

Version:

Organization Visualizer using Atomist project scanning

9 lines 410 B
import { Analyzed } from "../aspect/AspectRegistry"; import { Reporters } from "../aspect/reporters"; import { TreeBuilder } from "../tree/TreeBuilder"; /** * Well known reporters against our repo cohort. */ export declare const WellKnownReporters: Reporters; export declare function treeBuilderFor(name: string, params: any): TreeBuilder<Analyzed, Analyzed>; //# sourceMappingURL=wellKnownReporters.d.ts.map