UNPKG

fast-proxy-balancer

Version:
7 lines 299 B
/** * Loads proxies from a file. Lines starting with "#" are ignored. * @param filePath - Path to the proxy list file * @returns An array of proxy strings (e.g., IP:Port) */ export declare function loadProxiesFromFile(filePath: string): Promise<string[]>; //# sourceMappingURL=loadProxy.d.ts.map