import {Agent} from "https"; export default class HttpsProxyAgent extends Agent { constructor(proxy, opts) { super(opts); this.proxy = proxy; } }