unplugin-oxc
Version:
Oxc integration for unplugin.
20 lines (18 loc) • 339 B
TypeScript
import { Oxc } from "./index-DCbJ-kOf.js";
//#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" };