UNPKG

xcraft-global-agent

Version:

Global HTTP/HTTPS proxy configurable using environment variables.

8 lines (7 loc) 483 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createGlobalProxyAgent = exports.bootstrap = void 0; var routines_1 = require("./routines"); Object.defineProperty(exports, "bootstrap", { enumerable: true, get: function () { return routines_1.bootstrap; } }); var factories_1 = require("./factories"); Object.defineProperty(exports, "createGlobalProxyAgent", { enumerable: true, get: function () { return factories_1.createGlobalProxyAgent; } });