UNPKG

@2captcha/captcha-solver

Version:

JavaScript library for easy integration with the API of 2captcha captcha solving service to bypass reCAPTCHA, hCaptcha, funcaptcha, geetest and solve any other captchas.

15 lines 336 B
declare const softId: number; declare const supportedProviders: { twoCaptcha: { name: string; in: string; res: string; }; ruCaptcha: { name: string; in: string; res: string; }; }; export { supportedProviders, softId }; //# sourceMappingURL=constants.d.ts.map