Files
cht-lawfirm/front/app/node_modules/license-webpack-plugin/dist/WebpackPlugin.d.ts
2023-01-16 17:49:38 +01:00

5 lines
132 B
TypeScript

import { WebpackCompiler } from './WebpackCompiler';
export interface WebpackPlugin {
apply(compiler: WebpackCompiler): void;
}