UNPKG

@foxxiebot/sanitize

Version:

Sanitize and clean character strings.

4 lines (2 loc) 70 B
declare function sanitize(str: string): string; export { sanitize };