Function createEntityDecoder

  • Creates an entity decoder that rewrites numeric and named entities found in input to their respective values.

    Returns

    A function that decodes entities in the string.

    Parameters

    Returns ((input: string) => string)

      • (input: string): string
      • Parameters

        • input: string

        Returns string

Generated using TypeDoc