UNPKG

@mr-hooks/use-retry

Version:

A hook for auto retrying asynchronous operations with a backoff strategy

2 lines (1 loc) 62 B
export type BackoffStrategy = (retryCount: number) => number;