function asyncQueuerOptions<TValue, TOptions>(options): TOptions;
function asyncQueuerOptions<TValue, TOptions>(options): TOptions;
Defined in: async-queuer.ts:213
Utility function for sharing common AsyncQueuerOptions options between different AsyncQueuer instances.
TValue = any
TOptions extends Partial<AsyncQueuerOptions<TValue>> = Partial<AsyncQueuerOptions<TValue>>
TOptions
TOptions