blob: 989e94f3d5be00dc3a0963cb15b9d86f2edffd4d [file] [log] [blame]
declare type IncludeExcludeTest = {
include?: [string];
exclude?: [string];
} | ((chunkName: string) => boolean);
export { IncludeExcludeTest };