UNPKG

capacitor-background-interval-process

Version:

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

5 lines (4 loc) 213 B
import type { BackgroundIntervalProcessPlugin } from './definitions'; declare const BackgroundIntervalProcess: BackgroundIntervalProcessPlugin; export * from './definitions'; export { BackgroundIntervalProcess };