@exodus/retry
Version: 0.0.0
Functions
Variables
OnFailedAttempt
type
RetryOptions
type
wrap
variable
Type
const wrap: (fn: { ... }, { onFailedAttempt, ...retryOpts }: RetryOptions) => { ... }Signature
Parameters:
fn: any
{ onFailedAttempt, ...retryOpts } (optional): RetryOptions
Returns:
anyOnFailedAttempt
type
RetryOptions
type
wrap
function
Signature
Parameters:
fn: any
__namedParameters: RetryOptions
