UNPKG

astx

Version:

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

4 lines (3 loc) 268 B
import { TSTypeReference, NodePath } from '../types'; import { CompiledMatcher, CompileOptions } from '.'; export default function compileTSTypeReferenceMatcher(path: NodePath<TSTypeReference, TSTypeReference>, compileOptions: CompileOptions): CompiledMatcher | void;