unplugin-oxc
Version:
Oxc integration for unplugin.
20 lines (18 loc) • 357 B
TypeScript
import { Oxc } from "./index-DCbJ-kOf.js";
//#region src/unloader.d.ts
/**
* Unloader plugin
*
* @example
* ```ts
* // unloader.config.js
* import Oxc from 'unplugin-oxc/unloader'
*
* export default {
* plugins: [Oxc()],
* }
* ```
*/
declare const unloader: typeof Oxc.unloader;
//#endregion
export { unloader as default, unloader as "module.exports" };