2captcha-ts-js
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.
8 lines • 324 B
TypeScript
/**
* @param { Object } params Captcha parameters that need to be checked.
* @returns true | false | Error
* @example
* checkCaptchaParams(params, 'userrecaptcha')
*/
export default function checkCaptchaParams(params: Object, method: string): boolean | undefined;
//# sourceMappingURL=checkCaptchaParams.d.ts.map