UNPKG

unplugin-ast

Version:

Manipulate the AST to transform your code.

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