(html: string, type?: string)
| 19 | * @public |
| 20 | */ |
| 21 | export function unescape(html: string, type?: string): string { |
| 22 | return _unescape(html, type); |
| 23 | } |
| 24 | |
| 25 | /** |
| 26 | * Safe encodeURIComponent, won't throw any error. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…