(condition: Scopable, path: string)
| 59 | typeof (condition as ValidateFunctionCondition).validate === 'function'; |
| 60 | |
| 61 | const getConditionScope = (condition: Scopable, path: string): string => { |
| 62 | return composeWithUi(condition, path); |
| 63 | }; |
| 64 | |
| 65 | const evaluateCondition = ( |
| 66 | data: any, |
no test coverage detected
searching dependent graphs…