SafeHtml

View Source

Summary

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

Signature

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