版博士V2.0程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

webpack.d.ts 255 B

1234567
  1. import * as webpack from 'webpack';
  2. import { B as BaseOptions } from './unplugin.d-59ddef99.js';
  3. import '@rollup/pluginutils';
  4. declare const _default: (options?: BaseOptions | undefined) => webpack.WebpackPluginInstance;
  5. export { _default as default };