UNPKG

node-recaptcha-v3

Version:

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

6 lines (5 loc) 105 B
/** * Default status code for v3 middleware. */ declare const FORBIDDEN: number; export { FORBIDDEN };