UNPKG

unplugin-unused

Version:
18 lines (17 loc) 368 B
import "./options-DC5dXKG8.mjs"; import { Unused } from "./index.mjs"; //#region src/webpack.d.ts /** * Webpack plugin * * @example * ```ts * // webpack.config.js * module.exports = { * plugins: [require('unplugin-unused/webpack')()], * } * ``` */ declare const webpack: typeof Unused.webpack; //#endregion export { webpack as default, webpack as "module.exports" };