function asyncRetryerOptions<TFn, TOptions>(options): TOptions;Defined in: async-retryer.ts:169
Utility function for sharing common AsyncRetryerOptions options between different AsyncRetryer instances.
TFn extends AnyAsyncFunction = AnyAsyncFunction
TOptions extends Partial\<[`AsyncRetryerOptions`](../interfaces/AsyncRetryerOptions.md)\<`TFn`\>> = Partial\<[`AsyncRetryerOptions`](../interfaces/AsyncRetryerOptions.md)\<`TFn`\>>
TOptions
TOptions