UNPKG

node-recaptcha-v3

Version:

A Node.js library for verifying Google reCAPTCHA v3 tokens in your applications.

9 lines (8 loc) 209 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FORBIDDEN = void 0; /** * Default status code for v3 middleware. */ const FORBIDDEN = 403; exports.FORBIDDEN = FORBIDDEN;