UNPKG

acp-node

Version:

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

4 lines (3 loc) 294 B
export { Solver } from './acp.cjs'; export { CAPTCHA_STATUS, IMAGE_VERSIONS, METHODS, RECAPTCHA_VERSIONS } from './constants/enum.cjs'; export { APIResponse, CreateTaskResponse, GetBalanceResponse, ImagePayload, OtherPayload, RecaptchaPayload, TakeResultResponse } from './constants/type.cjs';