UNPKG

@tnhb/kits

Version:

TNHB Kits 请求工具 SDK By blak-kong

10 lines 646 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Kits = exports.AxiosHttpKit = exports.HttpKit = void 0; var HttpKit_1 = require("./HttpKit"); Object.defineProperty(exports, "HttpKit", { enumerable: true, get: function () { return HttpKit_1.HttpKit; } }); var AxiosHttpKit_1 = require("./AxiosHttpKit"); Object.defineProperty(exports, "AxiosHttpKit", { enumerable: true, get: function () { return AxiosHttpKit_1.AxiosHttpKit; } }); var Kits_1 = require("./Kits"); Object.defineProperty(exports, "Kits", { enumerable: true, get: function () { return Kits_1.Kits; } }); //# sourceMappingURL=index.js.map