source: frontend/node_modules/http-proxy-agent/dist/index.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 571 bytes
Line 
1"use strict";
2var __importDefault = (this && this.__importDefault) || function (mod) {
3 return (mod && mod.__esModule) ? mod : { "default": mod };
4};
5const agent_1 = __importDefault(require("./agent"));
6function createHttpProxyAgent(opts) {
7 return new agent_1.default(opts);
8}
9(function (createHttpProxyAgent) {
10 createHttpProxyAgent.HttpProxyAgent = agent_1.default;
11 createHttpProxyAgent.prototype = agent_1.default.prototype;
12})(createHttpProxyAgent || (createHttpProxyAgent = {}));
13module.exports = createHttpProxyAgent;
14//# sourceMappingURL=index.js.map
Note: See TracBrowser for help on using the repository browser.