Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
484 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | import { WebpackChunk } from './WebpackChunk';
|
---|
| 2 | import { WebpackChunkModule } from './WebpackChunkModule';
|
---|
| 3 | import { WebpackCompilation } from './WebpackCompilation';
|
---|
| 4 | import { WebpackStats } from './WebpackStats';
|
---|
| 5 | declare class WebpackChunkModuleIterator {
|
---|
| 6 | private statsIterator;
|
---|
| 7 | iterateModules(compilation: WebpackCompilation, chunk: WebpackChunk, stats: WebpackStats | undefined, callback: (module: WebpackChunkModule) => void): void;
|
---|
| 8 | }
|
---|
| 9 | export { WebpackChunkModuleIterator };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.