UNPKG

auto-captcha-solver

Version:

Automatically detect and solve various captcha types in Playwright & Puppeteer with 2Captcha/CapMonster Cloud integration

10 lines (9 loc) 184 B
declare global { interface Window { turnstile?: { render: (a: any, b: any) => void; }; cfCallback?: (token: string) => void; } } export {};