7 lines
206 B
Plaintext
7 lines
206 B
Plaintext
/// <reference types="node" />
|
|
import { Agent } from 'https';
|
|
/**
|
|
* If the http(s)_proxy environment variables is set, return a proxy agent.
|
|
*/
|
|
export declare function getProxyAgent(): Agent | undefined;
|