UNPKG

@atomist/sdm-pack-aspect

Version:

an Atomist SDM Extension Pack for visualizing drift across an organization

4 lines 252 B
import { PlantedTree, SunburstTree } from "../../tree/sunburst"; export declare function splitByOrg(pt: PlantedTree): PlantedTree; export declare function addRepositoryViewUrl(tree: SunburstTree): SunburstTree; //# sourceMappingURL=treeMunging.d.ts.map