|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
579 bytes
|
| Rev | Line | |
|---|
| [9af201e] | 1 | "use strict";
|
|---|
| 2 | var __importDefault = (this && this.__importDefault) || function (mod) {
|
|---|
| 3 | return (mod && mod.__esModule) ? mod : { "default": mod };
|
|---|
| 4 | };
|
|---|
| 5 | const agent_1 = __importDefault(require("./agent"));
|
|---|
| 6 | function createHttpsProxyAgent(opts) {
|
|---|
| 7 | return new agent_1.default(opts);
|
|---|
| 8 | }
|
|---|
| 9 | (function (createHttpsProxyAgent) {
|
|---|
| 10 | createHttpsProxyAgent.HttpsProxyAgent = agent_1.default;
|
|---|
| 11 | createHttpsProxyAgent.prototype = agent_1.default.prototype;
|
|---|
| 12 | })(createHttpsProxyAgent || (createHttpsProxyAgent = {}));
|
|---|
| 13 | module.exports = createHttpsProxyAgent;
|
|---|
| 14 | //# sourceMappingURL=index.js.map |
|---|
Note:
See
TracBrowser
for help on using the repository browser.