unplugin-ast
Version:
Manipulate the AST to transform your code.
17 lines (16 loc) • 293 B
TypeScript
import { AST } from "./index.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 };