UNPKG

astx

Version:

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

4 lines (3 loc) 292 B
import { NodePath, Node } from '../types'; import { CompiledReplacement, CompileReplacementOptions } from './index'; export default function compileGenericArrayReplacement(path: NodePath<Node, Node>[] | NodePath<Node, Node[]>, compileOptions: CompileReplacementOptions): CompiledReplacement;