| 68 | } |
| 69 | |
| 70 | interface GenericTable<T> extends Array<T> { |
| 71 | options: TableInstanceOptions; |
| 72 | readonly width: number; |
| 73 | } |
| 74 | |
| 75 | type Table = GenericTable<HorizontalTableRow|VerticalTableRow|CrossTableRow>; |
| 76 | type Cell = CellValue | CellOptions; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…