unplugin-oxc
Version:
Oxc integration for unplugin.
19 lines (18 loc) • 330 B
text/typescript
import { t as Oxc } from "./index-DcCXhNky.mjs";
//#region src/farm.d.ts
/**
* Farm plugin
*
* @example
* ```ts
* // farm.config.js
* import Oxc from 'unplugin-oxc/farm'
*
* export default {
* plugins: [Oxc()],
* }
* ```
*/
declare const farm: typeof Oxc.farm;
//#endregion
export { farm as default, farm as "module.exports" };