UNPKG

unplugin-oxc

Version:
19 lines (18 loc) 330 B
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" };