UNPKG

astx

Version:

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

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