UNPKG

unplugin-ast

Version:

Manipulate the AST to transform your code.

33 lines (31 loc) 527 B
import "./types-DGZH3jc3.js"; import { AST$1 as AST } from "./index-CH-p-6vf.js"; //#region src/vite.d.ts /** * Vite plugin * * @example * ```ts * // vite.config.ts * import AST from 'unplugin-ast/vite' * * export default defineConfig({ * plugins: [AST()], * }) * ``` */ /** * 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 };