Submit
Path:
~
/
/
proc
/
self
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
https-proxy-agent
/
File Content:
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; }
Submit
FILE
FOLDER
Name
Size
Permission
Action
.editorconfig
715 bytes
0644
.eslintrc.js
2935 bytes
0644
History.md
3466 bytes
0644
README.md
4730 bytes
0644
index.d.ts
545 bytes
0644
index.js
6351 bytes
0644
package.json
1804 bytes
0644
N4ST4R_ID | Naxtarrr