( condition: Condition )
| 49 | condition.type === 'LEAF'; |
| 50 | |
| 51 | const isSchemaCondition = ( |
| 52 | condition: Condition |
| 53 | ): condition is SchemaBasedCondition => has(condition, 'schema'); |
| 54 | |
| 55 | const isValidateFunctionCondition = ( |
| 56 | condition: Condition |
no outgoing calls
no test coverage detected
searching dependent graphs…