UNPKG

xcraft-global-agent

Version:

Global HTTP/HTTPS proxy configurable using environment variables.

9 lines (8 loc) 212 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const roarr_1 = require("roarr"); const Logger = roarr_1.Roarr .child({ package: 'global-agent', }); exports.default = Logger;