UNPKG

@embrace-io/react-native

Version:
4 lines (3 loc) 204 B
declare const trackUnhandledRejection: (_: unknown, error: Error) => any; declare const enableUnhandledRejectionTracking: () => void; export { enableUnhandledRejectionTracking, trackUnhandledRejection };