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 276 B
import { Node } from 'ts-morph'; export declare class ContextAnalyzer { isInDestructuringPattern(node: Node): boolean; isInTypeContext(node: Node): boolean; private isDestructuringContext; private isTypeContext; } //# sourceMappingURL=context-analyzer.d.ts.map