UNPKG

solvecaptcha-javascript

Version:

Node.js wrapper for SolveCaptcha.com API. Bypass recaptcha, hcaptcha, cloudflare capthca and more.

7 lines (6 loc) 313 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; const node_fetch_1 = __importDefault(require("node-fetch")); module.exports = typeof window === 'undefined' ? node_fetch_1.default : window.fetch.bind(window);