Last change
on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
571 bytes
|
Line | |
---|
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 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 = {}));
|
---|
13 | module.exports = createHttpProxyAgent;
|
---|
14 | //# sourceMappingURL=index.js.map |
---|
Note:
See
TracBrowser
for help on using the repository browser.