UNPKG

node-recaptcha-v3

Version:

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

9 lines (8 loc) 186 B
export interface GoogleReCaptchaV3Response { success: boolean; score: number; action: string; challenge_ts: string; hostname: string; 'error-codes'?: string[]; }