UNPKG

@types/ember__template

Version:
5 lines (4 loc) 192 B
import { SafeString } from "./-private/handlebars"; export function htmlSafe(str: string): SafeString; export function isHTMLSafe(str: unknown): str is SafeString; export { type SafeString };