X7ROOT File Manager
Current Path:
/usr/lib/node_modules/npm/node_modules/https-proxy-agent
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
https-proxy-agent
/
ðŸ“
..
📄
.editorconfig
(715 B)
📄
.eslintrc.js
(2.87 KB)
📄
History.md
(3.38 KB)
📄
README.md
(4.62 KB)
📄
index.d.ts
(545 B)
📄
index.js
(6.2 KB)
📄
package.json
(1.76 KB)
Editing: index.d.ts
declare module 'https-proxy-agent' { import * as https from 'https'; namespace HttpsProxyAgent { interface HttpsProxyAgentOptions { host: string; port: number | string; secureProxy?: boolean; headers?: { [key: string]: string; }; [key: string]: any; } } // HttpsProxyAgent doesnt *actually* extend https.Agent, but for my purposes I want it to pretend that it does class HttpsProxyAgent extends https.Agent { constructor(opts: HttpsProxyAgent.HttpsProxyAgentOptions | string); } export = HttpsProxyAgent; }
Upload File
Create Folder