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