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