UNPKG

node-recaptcha-v3

Version:

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

5 lines (4 loc) 80 B
export interface ReCaptchaV3Result { success: boolean; score: number; }