UNPKG

allproxy

Version:

AllProxy: MITM HTTP Debugging Tool.

11 lines 280 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class PortConfig { constructor() { this.httpXPort = 0; this.grpcPort = 0; this.grpcSecurePort = 0; } } exports.default = PortConfig; //# sourceMappingURL=PortConfig.js.map