function asyncBatcherOptions<TValue, TOptions>(options): TOptions;
function asyncBatcherOptions<TValue, TOptions>(options): TOptions;
Defined in: async-batcher.ts:168
Utility function for sharing common AsyncBatcherOptions options between different AsyncBatcher instances.
TValue = any
TOptions extends Partial<AsyncBatcherOptions<TValue>> = Partial<AsyncBatcherOptions<TValue>>
TOptions
TOptions