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 233 B
import { Node } from 'ts-morph'; export declare class VariableScope { findReferencesInSameScope(declarationNode: Node, variableName: string): Node[]; private isMatchingReference; } //# sourceMappingURL=variable-scope.d.ts.map