import { Agent, AgentOptions } from 'agent-base'; declare module ProxyAgent { interface ProxyAgent extends Agent { } } declare const proxy: ProxyAgentConstructor; interface ProxyAgentConstructor { (options: AgentOptions | string): ProxyAgent.ProxyAgent; new (options: AgentOptions | string): ProxyAgent.ProxyAgent; } export = proxy;
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.github | Folder | 0755 |
|
|
test | Folder | 0755 |
|
|
History.md | File | 1.96 KB | 0644 |
|
README.md | File | 3.78 KB | 0644 |
|
index.d.ts | File | 349 B | 0644 |
|
index.js | File | 4.7 KB | 0644 |
|
package.json | File | 3.7 KB | 0644 |
|