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.

9 lines 385 B
import { VariableDeclaration } from 'ts-morph'; export declare class VariableDeclarationFinder { findVariableDeclaration(sourceFile: any, variableName: string): VariableDeclaration; private searchForDeclaration; private matchesVariableName; private matchesDestructuredVariable; private hasMatchingElement; } //# sourceMappingURL=variable-declaration-finder.d.ts.map