UNPKG

unplugin-ast

Version:

Manipulate the AST to transform your code.

21 lines (19 loc) 357 B
import "./types-CwYDOor0.js"; import { AST } from "./index-qCyLzgRL.js"; //#region src/rolldown.d.ts /** * Rolldown plugin * * @example * ```ts * // rolldown.config.js * import AST from 'unplugin-ast/rolldown' * * export default { * plugins: [AST()], * } * ``` */ declare const _default: typeof AST.rolldown; //#endregion export { _default as default };