UNPKG

astx

Version:

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

4 lines (3 loc) 358 B
import { TSExpressionWithTypeArguments, NodePath } from '../types'; import { CompiledReplacement, CompileReplacementOptions } from '.'; export default function compileTSExpressionWithTypeArgumentsReplacement(path: NodePath<TSExpressionWithTypeArguments, TSExpressionWithTypeArguments>, compileOptions: CompileReplacementOptions): CompiledReplacement | void;