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.

15 lines 533 B
import { RoadmapData } from './types'; export declare class RoadmapService { private storage; vote(featureName: string): void; add(featureName: string, description: string, why?: string): void; remove(featureName: string): void; private removeFeatureFromData; private handleFeatureNotFound; getRoadmapData(): RoadmapData; private removeCompletedFeatures; private findFeature; private validateFeatureDoesNotExist; private addFeatureToRoadmap; } //# sourceMappingURL=roadmap-service.d.ts.map