remix/html-template · TypeView Source
SafeHtml
Summary
A string that is safe to render as HTML without escaping.
Signature
type SafeHtml = String & { [kSafeHtml]: true };
A string that is safe to render as HTML without escaping.
type SafeHtml = String & { [kSafeHtml]: true };