unplugin-oxc
Version:
Oxc integration for unplugin.
21 lines (19 loc) • 380 B
JavaScript
import { Oxc } from "./src-VARAeVoC.js";
//#region src/unloader.ts
/**
* Unloader plugin
*
* @example
* ```ts
* // unloader.config.js
* import Oxc from 'unplugin-oxc/unloader'
*
* export default {
* plugins: [Oxc()],
* }
* ```
*/
const unloader = Oxc.unloader;
var unloader_default = unloader;
//#endregion
export { unloader_default as default, unloader as "module.exports" };