* @see https://github.com/facebook/react-native/blob/330639f74018cfeda28e74c6dae8110d97603860/packages/react-native/Libraries/LogBox/LogBox.js#L21-L22
| 4 | * @see https://github.com/facebook/react-native/blob/330639f74018cfeda28e74c6dae8110d97603860/packages/react-native/Libraries/LogBox/LogBox.js#L21-L22 |
| 5 | */ |
| 6 | interface ILogBox { |
| 7 | addException: (error: ExtendedExceptionData) => void; |
| 8 | } |
| 9 | |
| 10 | const LogBox: ILogBox; |
| 11 | export default LogBox; |
nothing calls this directly
no outgoing calls
no test coverage detected