| 2 | import {TurboModuleRegistry} from 'react-native'; |
| 3 | |
| 4 | interface Spec extends TurboModule { |
| 5 | install: () => boolean; |
| 6 | } |
| 7 | |
| 8 | export default TurboModuleRegistry.get<Spec>('LiveMarkdownModule'); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…