Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/unsafe-html"

Index

Functions

Functions

unsafeHTML

  • unsafeHTML(value: any): (Anonymous function)
  • Renders the result as HTML, rather than text.

    Note, this is unsafe to use with any user-provided input that hasn't been sanitized or escaped, as it may lead to cross-site-scripting vulnerabilities.

    Parameters

    • value: any

    Returns (Anonymous function)

Generated using TypeDoc