TextContentReplacer: (match: RegExpMatchArray) => Promise<HTMLElement>

Type declaration

    • (match: RegExpMatchArray): Promise<HTMLElement>
    • Parameters

      • match: RegExpMatchArray

        The regular expression match.

      Returns Promise<HTMLElement>