UNPKG

497 BSource Map (JSON)View Raw
1{"version":3,"file":"ExpoBackgroundFetch.web.js","sourceRoot":"","sources":["../src/ExpoBackgroundFetch.web.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE,eAAe;IACb,KAAK,CAAC,cAAc;QAClB,OAAO,qBAAqB,CAAC,UAAU,CAAC;IAC1C,CAAC;CACF,CAAC","sourcesContent":["import { BackgroundFetchStatus } from './BackgroundFetch.types';\n\nexport default {\n async getStatusAsync(): Promise<BackgroundFetchStatus | null> {\n return BackgroundFetchStatus.Restricted;\n },\n};\n"]}
\No newline at end of file