UNPKG

guardz-axios

Version:

Type-safe HTTP client built on top of Axios with runtime validation using guardz. Part of the guardz ecosystem for comprehensive TypeScript type safety.

6 lines 296 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AxiosError = void 0; const axios_1 = require("axios"); Object.defineProperty(exports, "AxiosError", { enumerable: true, get: function () { return axios_1.AxiosError; } }); //# sourceMappingURL=axios-types.js.map