@azure/static-web-apps-cli
Version:
Azure Static Web Apps CLI
6 lines • 400 B
TypeScript
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