File size: 113 Bytes
abcf568
 
 
 
 
1
2
3
4
5
6
declare module 'https-proxy-agent' {
  export class HttpsProxyAgent {
    constructor(proxy: string | URL)
  }
}