unplugin-ast
Version:
Manipulate the AST to transform your code.
21 lines (19 loc) • 351 B
TypeScript
import "./types-CwYDOor0.js";
import { AST } from "./index-qCyLzgRL.js";
//#region src/vite.d.ts
/**
* Vite plugin
*
* @example
* ```ts
* // vite.config.ts
* import AST from 'unplugin-ast/vite'
*
* export default defineConfig({
* plugins: [AST()],
* })
* ```
*/
declare const _default: typeof AST.vite;
//#endregion
export { _default as default };