UNPKG

astx

Version:

super powerful structural search and replace for JavaScript and TypeScript to automate your refactoring

4 lines (3 loc) 174 B
import { Node, NodePath } from '../types'; import * as AstTypes from 'ast-types'; export default function detectChangedNodes(t: typeof AstTypes, path: NodePath<Node>): void;