UNPKG

unplugin-ast

Version:

Manipulate the AST to transform your code.

19 lines (18 loc) 325 B
import { AST } from "./index.js"; //#region src/esbuild.d.ts /** * Esbuild plugin * * @example * ```ts * // esbuild.config.js * import { build } from 'esbuild' * * build({ * plugins: [require('unplugin-ast/esbuild')()], * }) * ``` */ declare const _default: typeof AST.esbuild; //#endregion export { _default as default };