Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "frontend-packages/headless-content-unblocker/src/utils/htmlDecode"

Index

Functions

Functions

htmlDecode

  • htmlDecode(input: string): string
  • Decode HTML entities in a given string.

    see

    https://stackoverflow.com/a/34064434/5506547

    Parameters

    • input: string

    Returns string

Generated using TypeDoc