UNPKG

express-recaptcha

Version:
22 lines (21 loc) 482 B
export interface RecaptchaOptionsV2 { onload?: string; checkremoteip?: boolean; render?: string; hl?: string; theme?: string; type?: string; callback?: string; expired_callback?: string; size?: string; tabindex?: string; useRecaptchaDomain?: boolean; } export interface RecaptchaOptionsV3 { onload?: string; checkremoteip?: boolean; hl?: string; callback?: string; action?: string; useRecaptchaDomain?: boolean; }