We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
port
1 parent 590bc8b commit 2170151Copy full SHA for 2170151
index.d.ts
@@ -4,7 +4,7 @@ declare module 'https-proxy-agent' {
4
namespace HttpsProxyAgent {
5
interface HttpsProxyAgentOptions {
6
host: string
7
- port: number
+ port: number | string
8
secureProxy?: boolean
9
headers?: {
10
[key: string]: string
0 commit comments