mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 17:19:31 +08:00
14 lines
No EOL
579 B
Text
14 lines
No EOL
579 B
Text
"use strict";
|
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
};
|
|
const agent_1 = __importDefault(require("./agent"));
|
|
function createHttpsProxyAgent(opts) {
|
|
return new agent_1.default(opts);
|
|
}
|
|
(function (createHttpsProxyAgent) {
|
|
createHttpsProxyAgent.HttpsProxyAgent = agent_1.default;
|
|
createHttpsProxyAgent.prototype = agent_1.default.prototype;
|
|
})(createHttpsProxyAgent || (createHttpsProxyAgent = {}));
|
|
module.exports = createHttpsProxyAgent;
|
|
//# sourceMappingURL=index.js.map |