UNPKG

astx

Version:

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

3 lines (2 loc) 156 B
import { Backend, GetBackend } from './backend/Backend'; export default function chooseGetBackend(parser: string | Backend | null | undefined): GetBackend;