UNPKG

rcaptcha

Version:

rCaptcha Human Verification | by Swôth#9990 & Loiren#0555 & Roalia#0001

6 lines (5 loc) 277 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Difficulty = void 0; var difficulty_1 = require("./difficulty"); Object.defineProperty(exports, "Difficulty", { enumerable: true, get: function () { return difficulty_1.Difficulty; } });