MyToolKit / ui /node_modules /@prisma /fetch-engine /dist /getProxyAgent.d.ts
Aero-Ex's picture
Add files using upload-large-folder tool
f5e4fdb verified
Raw
History Blame Contribute Delete
218 Bytes
import { HttpProxyAgent } from 'http-proxy-agent';
import { HttpsProxyAgent } from 'https-proxy-agent';
export declare function getProxyAgent(url: string): HttpProxyAgent<string> | HttpsProxyAgent<string> | undefined;