Type alias TableMatchFunction

TableMatchFunction: ((full: string, rows: string[][]) => void)

Type declaration

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

      Parameters

      • full: string

        full table

      • rows: string[][]

        all rows of table

      Returns void

Generated using TypeDoc