2captcha-ts-js
Version:
JavaScript library for easy integration with the API of 2captcha captcha solving service to bypass reCAPTCHA, hCaptcha, funcaptcha, geetest and solve any other captchas.
9 lines (8 loc) • 528 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.APIError = exports.Solver = void 0;
var _2captcha_1 = require("./structs/2captcha");
Object.defineProperty(exports, "Solver", { enumerable: true, get: function () { return _2captcha_1.Solver; } });
var _2captchaError_1 = require("./structs/2captchaError");
Object.defineProperty(exports, "APIError", { enumerable: true, get: function () { return _2captchaError_1.APIError; } });
// export { Server } from "./structs/2captchaServer.js"
;