UNPKG

astx

Version:

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

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