UNPKG

@mr-hooks/use-retry

Version:

A hook for auto retrying asynchronous operations with a backoff strategy

5 lines (4 loc) 169 B
export * from './common'; export * from './makeSimpleBackoffStrategy'; export * from './makeFibonacciBackoffStrategy'; export * from './makeExponentialBackoffStrategy';