server-plugin.d.ts 102 B

123
  1. import { WebpackPlugin } from './types/plugin';
  2. declare const Plugin: WebpackPlugin;
  3. export = Plugin;