Icard/angular-clarity-master(work.../node_modules/license-webpack-plugin/dist/WebpackStats.d.ts

12 lines
262 B
TypeScript
Raw Permalink Normal View History

2024-07-16 14:55:36 +00:00
export interface WebpackStatsModule {
modules?: WebpackStatsModule[];
identifier: string;
}
export interface WebpackStatsChunk {
names: string[];
modules: WebpackStatsModule[];
}
export interface WebpackStats {
chunks: WebpackStatsChunk[];
}