UNPKG
click-captcha
Version:
latest (1.0.1)
1.0.1
1.0.0-alpha.0
Chinese Character Sequence Click Verification System
click-captcha
/
dist
/
index.d.ts
3 lines
(2 loc)
•
109 B
TypeScript
View Raw
1
2
3
export
{
ClickCaptcha
}
from
'./core/captcha'
;
export
type
{
CaptchaOptions
,
CaptchaResult
}
from
'./types'
;