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.

8 lines 238 B
interface DiffSizeResult { lines: number; severity: 'ok' | 'warn' | 'critical'; message?: string; } export declare function checkGitDiffSize(): Promise<DiffSizeResult>; export {}; //# sourceMappingURL=git-diff-checker.d.ts.map