bpms_site/.svn/pristine/85/85c5d14a67d864ae35b2542e81c1555ca7702005.svn-base
2025-11-02 16:38:49 +03:30

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;