Checks if a value is a SafeHtml string.
SafeHtml
function isSafeHtml(value: unknown): value is SafeHtml;
value
The value to check
true if the value is a SafeHtml string
true