UNPKG

unplugin-ast

Version:

Manipulate the AST to transform your code.

21 lines (19 loc) 354 B
import "./types-Cvwcdpu6.mjs"; import { t as AST } from "./index-DOtUWUX_.mjs"; //#region src/rollup.d.ts /** * Rollup plugin * * @example * ```ts * // rollup.config.js * import AST from 'unplugin-ast/rollup' * * export default { * plugins: [AST()], * } * ``` */ declare const _default: typeof AST.rollup; //#endregion export { _default as default };