UNPKG

acp-node

Version:

Official [anticaptcha.pro](https://anticaptcha.pro) captcha solver SDK for nodejs

17 lines (15 loc) 593 B
declare const METHODS: { readonly recaptcha: "recaptcha"; readonly hcaptcha: "hcaptcha"; readonly turnstile: "turnstile"; readonly image: "image"; }; declare const IMAGE_VERSIONS: readonly ["default", "invidual", "facebook", "hotmail", "garena", "amazon", "yandex", "steam"]; declare const RECAPTCHA_VERSIONS: readonly ["v2", "v3"]; declare const CAPTCHA_STATUS: { readonly idle: "idle"; readonly progressing: "progressing"; readonly failed: "failed"; readonly completed: "completed"; }; export { CAPTCHA_STATUS, IMAGE_VERSIONS, METHODS, RECAPTCHA_VERSIONS };