UNPKG

@leanix/reporting-cli

Version:

Command line interface to develop custom reports for LeanIX EAM

7 lines (5 loc) 223 B
import { HttpsProxyAgent } from 'https-proxy-agent' export const getAxiosProxyConfiguration = (proxyConfig: string): HttpsProxyAgent<string> => { const httpsAgent = new HttpsProxyAgent(proxyConfig) return httpsAgent }