UNPKG

batch-cluster

Version:
7 lines (6 loc) 288 B
import { BatchClusterOptions, WithObserver } from "./BatchClusterOptions"; import { BatchProcessOptions } from "./BatchProcessOptions"; export interface InternalBatchProcessOptions extends BatchProcessOptions, BatchClusterOptions, WithObserver { passRE: RegExp; failRE: RegExp; }