版博士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 197 B

123456
  1. import * as webpack from 'webpack';
  2. import { PluginOptions } from './types.js';
  3. declare const _default: (options: PluginOptions) => webpack.WebpackPluginInstance;
  4. export { _default as default };