UNPKG

unplugin-ast

Version:

Manipulate the AST to transform your code.

20 lines (19 loc) 341 B
import "./types-bclLI79E.js"; import { AST } from "./index.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 };