function asyncRetryerOptions<TFn, TOptions>(options): TOptions
function asyncRetryerOptions<TFn, TOptions>(options): TOptions
Defined in: async-retryer.ts:164
Utility function for sharing common AsyncRetryerOptions options between different AsyncRetryer instances.
• TFn extends AnyAsyncFunction = AnyAsyncFunction
• TOptions extends Partial<AsyncRetryerOptions<TFn>> = Partial<AsyncRetryerOptions<TFn>>
TOptions
TOptions
Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.
Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.
