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