UNPKG

astx

Version:

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

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