[Go to site: main page, start]

Type Alias TextContentReplacer

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

Type Declaration

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

      • match: RegExpMatchArray

        The regular expression match.

      Returns Promise<HTMLElement>