unplugin-oxc
Version:
Oxc integration for unplugin.
19 lines (18 loc) • 344 B
text/typescript
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" };