blackmistcode's picture
Add files using upload-large-folder tool
5becaed verified
Raw
History Blame Contribute Delete
218 Bytes
import { HttpProxyAgent } from 'http-proxy-agent';
import { HttpsProxyAgent } from 'https-proxy-agent';
export declare function getProxyAgent(url: string): HttpProxyAgent<string> | HttpsProxyAgent<string> | undefined;