UNPKG

unplugin-oxc

Version:
19 lines (18 loc) 362 B
import { t as Oxc } from "./index-DcCXhNky.mjs"; //#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" };