(value: string)
| 23 | } from '../../public_api'; |
| 24 | |
| 25 | function validateValue(value: string): ValidationError[] { |
| 26 | return value === 'INVALID' ? [{kind: 'custom'}] : []; |
| 27 | } |
| 28 | |
| 29 | function validateValueForChild( |
| 30 | value: string, |
no outgoing calls
no test coverage detected
searching dependent graphs…