UNPKG

@atomist/sdm-pack-aspect

Version:

an Atomist SDM Extension Pack for visualizing drift across an organization

7 lines 243 B
import { CountAspect } from "../compose/commonTypes"; export declare const BranchCountType = "branch-count"; /** * Aspect that counts branches in git */ export declare const BranchCount: CountAspect; //# sourceMappingURL=branchCount.d.ts.map