UNPKG

refakts

Version:

TypeScript refactoring tool built for AI coding agents to perform precise refactoring operations via command line instead of requiring complete code regeneration.

16 lines 493 B
import { RoadmapData } from './types'; export declare class RoadmapDisplay { showStatus(data: RoadmapData): void; private printHeader; private printAllFeatures; private printSortedFeatureList; private getSortedFeatures; private printFeatureList; private printFeature; private formatDependencies; private printWhyIfPresent; private getStatusIcon; private printTopFeatures; private printLastUpdated; } //# sourceMappingURL=roadmap-display.d.ts.map