entities
    Preparing search index...

    Variable escapeTextConst

    escapeText: (data: string) => string = ...

    Encodes all characters that have to be escaped in HTML text, following https://html.spec.whatwg.org/multipage/parsing.html#escapingString.

    Type declaration

      • (data: string): string
      • Parameters

        • data: string

          String to escape.

        Returns string