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.

6 lines 261 B
export declare class SectionReplacer { replaceSection(content: string, startMarker: string, endMarker: string, newContent: string): string; private findMarkerPositions; private buildReplacementContent; } //# sourceMappingURL=SectionReplacer.d.ts.map