Files
Botexercito/Frontend/angular-internal-chat/node_modules/license-webpack-plugin/dist/WebpackPlugin.d.ts
T
2026-03-22 18:07:19 +00:00

5 lines
132 B
TypeScript

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