UNPKG

@sentry/react-native

Version:
10 lines 355 B
import type { ExpoConstants, ExpoDevice } from './expoglobalobject'; /** * Returns the Expo Constants module if present */ export declare function getExpoConstants(): ExpoConstants | undefined; /** * Returns the Expo Device module if present */ export declare function getExpoDevice(): ExpoDevice | undefined; //# sourceMappingURL=expomodules.d.ts.map