UNPKG

adonis-recaptcha2

Version:
10 lines (9 loc) 300 B
/// <reference types="recaptcha2" /> declare module '@ioc:Adonis/Addons/Recaptcha2' { import Recaptcha2, { Options } from 'recaptcha2'; export interface RecaptchaConfig extends Options { views?: boolean; } export const recaptcha2: Recaptcha2; export default recaptcha2; }