unplugin-ast
Version:
Manipulate the AST to transform your code.
29 lines (27 loc) • 495 B
TypeScript
import "./types-DGZH3jc3.js";
import { AST$1 as AST } from "./index-CH-p-6vf.js";
//#region src/webpack.d.ts
/**
* Webpack plugin
*
* @example
* ```ts
* // webpack.config.js
* module.exports = {
* plugins: [require('unplugin-ast/webpack')()],
* }
* ```
*/
/**
* Webpack plugin
*
* @example
* ```ts
* // webpack.config.js
* module.exports = {
* plugins: [require('unplugin-ast/webpack')()],
* }
* ```
*/
declare const _default: typeof AST.webpack; //#endregion
export { _default as default };