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

Type declaration

    • (match): Promise<HTMLElement>
    • Parameters

      • match: RegExpMatchArray

        The regular expression match.

      Returns Promise<HTMLElement>