Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 224 Bytes

File metadata and controls

13 lines (8 loc) · 224 Bytes

Function: decodeText(text: string): string

It's used to decode any special HTML character.

Example

Html.decodeText('&lt;example...&gt;'); // Output: <example...>

License

MIT