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