UNPKG

@iconify/utils

Version:

Common functions for working with Iconify icon sets used by various packages.

9 lines (7 loc) 239 B
/** * Sanitises title, removing any unwanted characters that might break XML. * * This is a very basic funciton, not full parser. */ declare function sanitiseTitleAttribute(content: string): string; export { sanitiseTitleAttribute };