zfcsoftware / puppeteer-real-browser

This package is designed to bypass puppeteer's bot-detecting captchas such as Cloudflare. It acts like a real browser and can be managed with puppeteer.
https://www.npmjs.com/package/puppeteer-real-browser
MIT License
622 stars 84 forks source link

Add typings #163

Closed NPGaming2971 closed 3 weeks ago

NPGaming2971 commented 3 weeks ago

This PR attempts to add typings so that typescript won't complain when using this package (and get intellisense).

Please correct me if I've made a mistake anywhere.