UNPKG

capacitor-background-interval-process

Version:

this lib ensures to run the interval process in background when app is suspended

5 lines 231 B
import { registerPlugin } from '@capacitor/core'; const BackgroundIntervalProcess = registerPlugin('BackgroundIntervalProcess'); export * from './definitions'; export { BackgroundIntervalProcess }; //# sourceMappingURL=index.js.map