Type alias TableReplaceFunction

TableReplaceFunction: ((full: string, rows: string[][]) => string)

Type declaration

    • (full: string, rows: string[][]): string
    • Table replace function.

      Parameters

      • full: string

        full table

      • rows: string[][]

        all rows of table

      Returns string

Generated using TypeDoc