unplugin-ast
Version:
Manipulate the AST to transform your code.
19 lines (17 loc) • 338 B
TypeScript
import "./types-CwYDOor0.js";
import { AST } from "./index-qCyLzgRL.js";
//#region src/webpack.d.ts
/**
* 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 };