UNPKG

fast-proxy-balancer

Version:
6 lines 254 B
export async function createAgent(uri) { const { default: proxyAgentDefault } = await import('proxy-agent'); const Agent = proxyAgentDefault.ProxyAgent || proxyAgentDefault; return new Agent({ uri }); } //# sourceMappingURL=createAgent.js.map