UNPKG

221 BJavaScriptView Raw
1import { BackgroundFetchStatus } from './BackgroundFetch.types';
2export default {
3 async getStatusAsync() {
4 return BackgroundFetchStatus.Restricted;
5 },
6};
7//# sourceMappingURL=ExpoBackgroundFetch.web.js.map
\No newline at end of file