Skip to content

remix/html-template · Type

View Source

SafeHtml

Summary

A string that is safe to render as HTML without escaping.

Signature

type SafeHtml = String & { [kSafeHtml]: true }