UNPKG

@reggieofarrell/axios-retry-client

Version:

A class based api client for both the server and browser built on `axios` and `axios-retry`, written in TypeScript

3 lines (2 loc) 139 B
export { AxiosRetryClient, ApiResponseError, RequestType, } from './axios-retry-client'; export { isAxiosError, AxiosError } from 'axios';