(tables: Tables)
| 393 | const validateContent = isArray; |
| 394 | |
| 395 | const validateTables = (tables: Tables): boolean => |
| 396 | objValidate(tables, validateTable, cellInvalid); |
| 397 | |
| 398 | const validateTable = (table: Table, tableId: Id): boolean => |
| 399 | (!hasTablesSchema || |
no test coverage detected
searching dependent graphs…