unplugin-ast
Version:
Manipulate the AST to transform your code.
19 lines (15 loc) • 344 B
TypeScript
import { AST } from './index.js';
import 'unplugin';
import '@antfu/utils';
import './types.d-BFeedQsw.js';
import '@babel/types';
import 'magic-string-ast';
import '@babel/parser';
import 'unplugin-utils';
/**
* This entry file is for Rollup plugin.
*
* @module
*/
declare const _default: typeof AST.rollup;
export { _default as default };