(
valuesSchema: ValuesSchema | undefined,
)
| 361 | ); |
| 362 | |
| 363 | const validateValuesSchema = ( |
| 364 | valuesSchema: ValuesSchema | undefined, |
| 365 | ): boolean => objValidate(valuesSchema, validateCellOrValueSchema); |
| 366 | |
| 367 | const validateCellOrValueSchema = (schema: CellSchema | ValueSchema) => { |
| 368 | if ( |
no test coverage detected
searching dependent graphs…