Files
flights_web_raw/node_modules/license-webpack-plugin/dist/WebpackStatsIterator.d.ts
T

7 lines
263 B
TypeScript

import { WebpackChunkModule } from './WebpackChunkModule';
import { WebpackStats } from './WebpackStats';
export declare class WebpackStatsIterator {
collectModules(stats: WebpackStats, chunkName: string): WebpackChunkModule[];
private traverseModules;
}