UNPKG

astx

Version:

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

5 lines (4 loc) 194 B
import * as defaultTypes from '@babel/types'; import fork from 'ast-types/fork'; declare const babelAstTypes: (t?: typeof defaultTypes) => ReturnType<typeof fork>; export default babelAstTypes;