Files
Botexercito/Frontend/angular-internal-chat/node_modules/license-webpack-plugin/dist/WebpackPlugin.d.ts
T

5 lines
132 B
TypeScript
Raw Normal View History

2026-03-22 18:07:19 +00:00
import { WebpackCompiler } from './WebpackCompiler';
export interface WebpackPlugin {
apply(compiler: WebpackCompiler): void;
}