UNPKG

@studiohyperdrive/utils

Version:
8 lines (7 loc) 249 B
/** * Returns the filtered html as a string that has replaced the non-breakable whitespaces * with regular spaces. * * @param htmlString - The html string to filter */ export declare const replaceHtmlWhitespace: (htmlString: string) => string;