UNPKG

sly-utils

Version:

sly-utils is a modular and efficient JavaScript utility library designed to simplify complex tasks.

10 lines (9 loc) 194 B
/** * Utility method to remove HTML tags from string. * @param str Given string * @returns Processed string * * @example * */ export declare const stripHtmlTags: (str: string) => string;