UNPKG
adonis-recaptcha2
Version:
latest (2.0.1)
legacy (1.2.1)
2.0.1
2.0.0
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Google reCAPTCHA v2 for AdonisJS
github.com/lookinlab/adonis-recaptcha2
lookinlab/adonis-recaptcha2
adonis-recaptcha2
/
build
/
adonis-typings
/
index.d.ts
10 lines
(9 loc)
•
300 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/// <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; }