Function: decodeText(text: string): string It's used to decode any special HTML character. Example Html.decodeText('<example...>'); // Output: <example...> License MIT