UNPKG

@foxxie/sanitize

Version:

Sanitize and clean character strings.

4 lines (2 loc) 71 B
declare const sanitize: (str: string) => string; export { sanitize };