| 42 | } |
| 43 | |
| 44 | interface TableConstructorOptions extends Partial<TableOptions> { |
| 45 | chars?: Partial<Record<CharName, string>>; |
| 46 | style?: Partial<TableInstanceOptions["style"]>; |
| 47 | } |
| 48 | |
| 49 | type CellValue = boolean | number | bigint | string | null | undefined; |
| 50 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…