UNPKG

@rashedmakkouk/dev-utils

Version:
8 lines (7 loc) 164 B
/** * Trims extra whitespace and removes HTML tags. * * @returns Sanitized string. */ declare function sanitize(text: string): string; export default sanitize;