renovate
Version:
Automated dependency updates. Flexible so you don't need to be.
13 lines • 444 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.keepAliveAgents = void 0;
const tslib_1 = require("tslib");
const agentkeepalive_1 = tslib_1.__importStar(require("agentkeepalive"));
const http = new agentkeepalive_1.default();
const https = new agentkeepalive_1.HttpsAgent();
const keepAliveAgents = {
http,
https,
};
exports.keepAliveAgents = keepAliveAgents;
//# sourceMappingURL=keep-alive.js.map