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

5 lines
153 B
TypeScript
Executable file

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