UNPKG

astx

Version:

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

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