UNPKG

node-grecaptcha-verify

Version:
7 lines (6 loc) 127 B
export interface IVerificationResponse { isHuman: boolean; score: number; action: string; errors?: string[]; }