Icard/angular-clarity-master(work.../node_modules/license-webpack-plugin/dist/IncludeExcludeTest.d.ts

6 lines
153 B
TypeScript

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