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 327 B
import { Node } from 'ts-morph'; export declare class TypeScriptScopeAnalyzer { getScope(node: Node): Node; isScopeNode(node: Node): boolean; isScopeContainedIn(innerScope: Node, outerScope: Node): boolean; getParentScope(scope: Node): Node | undefined; } //# sourceMappingURL=typescript-scope-analyzer.d.ts.map