@nestlab/google-recaptcha
Version:
Google recaptcha module for NestJS.
9 lines (8 loc) • 439 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GoogleRecaptchaContext = void 0;
var GoogleRecaptchaContext;
(function (GoogleRecaptchaContext) {
GoogleRecaptchaContext["GoogleRecaptcha"] = "GoogleRecaptcha";
GoogleRecaptchaContext["GoogleRecaptchaEnterprise"] = "GoogleRecaptchaEnterprise";
})(GoogleRecaptchaContext = exports.GoogleRecaptchaContext || (exports.GoogleRecaptchaContext = {}));