UNPKG
xss-defender
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
A standalone library for XSS sanitization and detection.
xss-defender
/
dist
/
src
/
index.d.ts
3 lines
(2 loc)
•
132 B
TypeScript
View Raw
1
2
3
export
{
XssDefender
}
from
"./core/xss-defender"
;
export
{
SanitizationConfig
,
DEFAULT_SANITIZATION_CONFIG
}
from
"./core/config"
;