UNPKG

astx

Version:

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

4 lines (3 loc) 294 B
import { ClassProperty, NodePath } from '../types'; import { CompiledReplacement, CompileReplacementOptions } from '.'; export default function compileClassPropertyReplacement(path: NodePath<ClassProperty, ClassProperty>, compileOptions: CompileReplacementOptions): CompiledReplacement | void;