unplugin-ast
Version:
Manipulate the AST to transform your code.
21 lines (19 loc) • 365 B
TypeScript
import "./types-CwYDOor0.js";
import { AST } from "./index-qCyLzgRL.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 };