UNPKG
@kanadi/core
Version:
latest (0.1.3)
0.1.3
0.1.1
0.1.0
Multi-Layer CAPTCHA Framework with customizable validators and challenge bundles
@kanadi/core
/
src
/
ban
/
rules
/
index.ts
4 lines
(3 loc)
•
123 B
text/typescript
View Raw
1
2
3
4
export
*
from
"./volume-attack.rule"
;
export
*
from
"./suspicious-pattern.rule"
;
export
*
from
"./failed-challenges.rule"
;