proxy-auto-ts
Version:
A comprehensive TypeScript library for automatic proxy management with validation, rotation, and intelligent selection
10 lines • 435 B
TypeScript
/**
* Example usage of proxy-auto-ts library
*/
declare function basicExample(): Promise<void>;
declare function customConfigExample(): Promise<void>;
declare function bestProxyExample(): Promise<void>;
declare function statsExample(): Promise<void>;
declare function runAllExamples(): Promise<void>;
export { basicExample, customConfigExample, bestProxyExample, statsExample, runAllExamples };
//# sourceMappingURL=examples.d.ts.map