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.

5 lines 237 B
import { SourceFile, Node } from 'ts-morph'; export declare class SourceFileHelper { static findDescendant(sourceFile: SourceFile, predicate: (_: Node) => boolean): Node | undefined; } //# sourceMappingURL=source-file-helper.d.ts.map