@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
8 lines (7 loc) • 637 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RequestType = exports.ApiResponseError = exports.AxiosRetryClient = void 0;
var axios_retry_client_1 = require("./axios-retry-client");
Object.defineProperty(exports, "AxiosRetryClient", { enumerable: true, get: function () { return axios_retry_client_1.AxiosRetryClient; } });
Object.defineProperty(exports, "ApiResponseError", { enumerable: true, get: function () { return axios_retry_client_1.ApiResponseError; } });
Object.defineProperty(exports, "RequestType", { enumerable: true, get: function () { return axios_retry_client_1.RequestType; } });