Files
Botexercito/Frontend/angular-internal-chat/node_modules/license-webpack-plugin/dist/ChunkGraph.d.ts
T
2026-03-22 18:07:19 +00:00

7 lines
327 B
TypeScript

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