UNPKG

proxy-connection

Version:

Proxy client with automatic connection management, health checking, and fetch-like API

12 lines 251 B
type ProxyBase = { ip: string; port: number; user: string; pass: string; }; export declare const testProxy: (proxy: ProxyBase) => Promise<{ latency: number; alive: boolean; }>; export {}; //# sourceMappingURL=testProxy.d.ts.map