Last change
on this file since 1ad8e64 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
484 bytes
|
Line | |
---|
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.