projecte_ionic/node_modules/license-webpack-plugin/dist/LicenseWebpackPlugin.d.ts
2022-02-09 18:30:03 +01:00

9 lines
367 B
TypeScript
Executable file

import { WebpackCompiler } from './WebpackCompiler';
import { WebpackPlugin } from './WebpackPlugin';
import { PluginOptions } from './PluginOptions';
declare class LicenseWebpackPlugin implements WebpackPlugin {
private pluginOptions;
constructor(pluginOptions?: PluginOptions);
apply(compiler: WebpackCompiler): void;
}
export { LicenseWebpackPlugin };