isSafeHtml
Summary
Checks if a value is a SafeHtml string.
Signature
function isSafeHtml(value: unknown): value is SafeHtml
Parameters
value
The value to check
Returns
true if the value is a SafeHtml string
Checks if a value is a SafeHtml string.
function isSafeHtml(value: unknown): value is SafeHtml
valueThe value to check
true if the value is a SafeHtml string