UNPKG

@amaui/utils

Version:
8 lines (6 loc) 258 B
import Try from './try'; const textToInnerHTML = function () { let value = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : ''; return Try(() => decodeURIComponent(value).replaceAll(' ', ' ')); }; export default textToInnerHTML;