UNPKG

unplugin-oxc

Version:
19 lines (18 loc) 344 B
import { t as Oxc } from "./index-DcCXhNky.mjs"; //#region src/vite.d.ts /** * Vite plugin * * @example * ```ts * // vite.config.ts * import Oxc from 'unplugin-oxc/vite' * * export default defineConfig({ * plugins: [Oxc()], * }) * ``` */ declare const vite: typeof Oxc.vite; //#endregion export { vite as default, vite as "module.exports" };