Files
Botexercito/Frontend/angular-internal-chat/node_modules/license-webpack-plugin/dist/IncludeExcludeTest.d.ts
T

6 lines
153 B
TypeScript
Raw Normal View History

2026-03-22 18:07:19 +00:00
declare type IncludeExcludeTest = {
include?: string[];
exclude?: string[];
} | ((chunkName: string) => boolean);
export { IncludeExcludeTest };