UNPKG

native-update

Version:

Foundation package for building a comprehensive update system for Capacitor apps. Provides architecture and interfaces but requires backend implementation.

4 lines (3 loc) 209 B
export { BackgroundScheduler } from './background-scheduler'; export { NotificationManager } from './notification-manager'; export type { NotificationData, NotificationAction, } from './notification-manager';