UNPKG

astx

Version:

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

4 lines (3 loc) 244 B
import { NodePath, RegExpLiteral } from '../types'; import { CompileOptions, CompiledMatcher } from '.'; export default function matchRegExpLiteral(path: NodePath<RegExpLiteral, RegExpLiteral>, compileOptions: CompileOptions): CompiledMatcher;