projecte_ionic/node_modules/license-webpack-plugin/dist/IncludeExcludeTest.d.ts
2022-02-09 18:30:03 +01:00

6 lines
153 B
TypeScript
Executable file

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