Sha256: 37c871632157431d22c0667a1688d54644e5d8172400cf21c747dd2f46cc4f47
Contents?: true
Size: 571 Bytes
Versions: 53
Compression:
Stored size: 571 Bytes
Contents
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; const agent_1 = __importDefault(require("./agent")); function createHttpProxyAgent(opts) { return new agent_1.default(opts); } (function (createHttpProxyAgent) { createHttpProxyAgent.HttpProxyAgent = agent_1.default; createHttpProxyAgent.prototype = agent_1.default.prototype; })(createHttpProxyAgent || (createHttpProxyAgent = {})); module.exports = createHttpProxyAgent; //# sourceMappingURL=index.js.map
Version data entries
53 entries across 53 versions & 2 rubygems