asyncRetryerOptions

Function: asyncRetryerOptions()

ts
function asyncRetryerOptions<TFn, TOptions>(options): TOptions;

Defined in: async-retryer.ts:169

Utility function for sharing common AsyncRetryerOptions options between different AsyncRetryer instances.

Type Parameters

TFn

TFn extends AnyAsyncFunction = AnyAsyncFunction

TOptions

TOptions extends Partial\<[`AsyncRetryerOptions`](../interfaces/AsyncRetryerOptions.md)\<`TFn`\>> = Partial\<[`AsyncRetryerOptions`](../interfaces/AsyncRetryerOptions.md)\<`TFn`\>>

Parameters

options

TOptions

Returns

TOptions