UNPKG
@foxxiebot/sanitize
Version:
latest (0.0.0-dev)
0.0.0
0.0.0-dev
Sanitize and clean character strings.
@foxxiebot/sanitize
/
dist
/
esm
/
index.d.mts
4 lines
(2 loc)
•
70 B
text/typescript
View Raw
1
2
3
4
declare
function
sanitize
(
str
:
string
):
string
;
export
{ sanitize };