Last change
on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
579 bytes
|
Rev | Line | |
---|
[6a3a178] | 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 createSocksProxyAgent(opts) {
|
---|
| 7 | return new agent_1.default(opts);
|
---|
| 8 | }
|
---|
| 9 | (function (createSocksProxyAgent) {
|
---|
| 10 | createSocksProxyAgent.SocksProxyAgent = agent_1.default;
|
---|
| 11 | createSocksProxyAgent.prototype = agent_1.default.prototype;
|
---|
| 12 | })(createSocksProxyAgent || (createSocksProxyAgent = {}));
|
---|
| 13 | module.exports = createSocksProxyAgent;
|
---|
| 14 | //# sourceMappingURL=index.js.map |
---|
Note:
See
TracBrowser
for help on using the repository browser.