astx
Version:
super powerful structural search and replace for JavaScript and TypeScript to automate your refactoring
4 lines (3 loc) • 324 B
TypeScript
import { TSExpressionWithTypeArguments, NodePath } from '../types';
import { CompiledMatcher, CompileOptions } from '.';
export default function compileTSExpressionWithTypeArgumentsMatcher(path: NodePath<TSExpressionWithTypeArguments, TSExpressionWithTypeArguments>, compileOptions: CompileOptions): CompiledMatcher | void;