Reference
isDangerousHtmlOptIn
Narrows a value to an explicit raw HTML opt-in payload.
Signature
function isDangerousHtmlOptIn(value: unknown): value is { __html: string }Reference
Narrows a value to an explicit raw HTML opt-in payload.
function isDangerousHtmlOptIn(value: unknown): value is { __html: string }