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

6 lines
153 B
TypeScript

declare type IncludeExcludeTest = {
include?: string[];
exclude?: string[];
} | ((chunkName: string) => boolean);
export { IncludeExcludeTest };