(key: string)
| 26 | } |
| 27 | |
| 28 | function isRunnerNativeSelectorKey(key: string): key is DirectIosSelectorTarget['key'] { |
| 29 | return key === 'id' || key === 'label' || key === 'text' || key === 'value'; |
| 30 | } |
| 31 | |
| 32 | export function isDirectIosSelectorFallbackError( |
| 33 | error: unknown, |
no outgoing calls
no test coverage detected