NET-Web-API-w-Angular/my-app/node_modules/license-webpack-plugin/dist/ChunkGraph.d.ts

6 lines
327 B
TypeScript
Executable file

import { WebpackChunk } from './WebpackChunk';
import { WebpackChunkModule } from './WebpackChunkModule';
export interface ChunkGraph {
getChunkModulesIterable: (chunk: WebpackChunk) => IterableIterator<WebpackChunkModule>;
getChunkEntryModulesIterable: (chunk: WebpackChunk) => IterableIterator<WebpackChunkModule>;
}