We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c4ffc commit 13917f6Copy full SHA for 13917f6
index.d.ts
@@ -15,7 +15,7 @@ declare module 'https-proxy-agent' {
15
16
// HttpsProxyAgent doesnt *actually* extend https.Agent, but for my purposes I want it to pretend that it does
17
class HttpsProxyAgent extends https.Agent {
18
- constructor(opts: HttpsProxyAgent.HttpsProxyAgentOptions)
+ constructor(opts: HttpsProxyAgent.HttpsProxyAgentOptions | string)
19
}
20
21
export = HttpsProxyAgent
0 commit comments