UNPKG

expo-background-fetch

Version:

Expo universal module for BackgroundFetch API

6 lines 233 B
import { BackgroundFetchStatus } from './BackgroundFetch.types'; declare const _default: { getStatusAsync(): Promise<BackgroundFetchStatus | null>; }; export default _default; //# sourceMappingURL=ExpoBackgroundFetch.web.d.ts.map