(value: any)
| 1433 | } |
| 1434 | |
| 1435 | function isNativeScriptView(value: any): value is View { |
| 1436 | return Boolean(value && typeof value.eachChildView === "function"); |
| 1437 | } |
| 1438 | |
| 1439 | function nativeScriptTabAccessoryView(tabView: View): View | null { |
| 1440 | return ( |
no outgoing calls
no test coverage detected