UNPKG

astx

Version:

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

6 lines (5 loc) 187 B
import * as babelGenerator from '@babel/generator'; import { Node } from '../types'; export default function reprint(generator: typeof babelGenerator, node: Node): { code: string; };