UNPKG

@azure/static-web-apps-cli

Version:
6 lines 400 B
import { HttpProxyAgent } from "http-proxy-agent"; import { HttpsProxyAgent } from "https-proxy-agent"; import fetch from "node-fetch"; export declare function getGetProxyAgent(): HttpProxyAgent<string> | HttpsProxyAgent<string> | undefined; export declare function fetchWithProxy(input: fetch.RequestInfo, init?: fetch.RequestInit): Promise<fetch.Response>; //# sourceMappingURL=fetch-proxy.d.ts.map