Returns an escaped string that can be inserted into HTML
function escapeString(str: string): string
// Example:
escapeString("Hello <there>, my 'friend'") //=> "Hello <there>, my 'friend'"
Returns an escaped string that can be inserted into HTML
function escapeString(str: string): string
// Example:
escapeString("Hello <there>, my 'friend'") //=> "Hello <there>, my 'friend'"