UNPKG

astx

Version:

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

4 lines (3 loc) 259 B
import { TemplateLiteral, NodePath } from '../types'; import { CompileOptions, CompiledMatcher } from '.'; export default function matchTemplateLiteral(path: NodePath<TemplateLiteral, TemplateLiteral>, compileOptions: CompileOptions): CompiledMatcher | void;