UNPKG

astx

Version:

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

4 lines (3 loc) 210 B
import { StringLiteral, NodePath } from '../types'; import { CompiledReplacement } from './'; export default function compileStringLiteralReplacement(path: NodePath<StringLiteral>): CompiledReplacement | void;