UNPKG

@capawesome/capacitor-app-update

Version:

Capacitor plugin that assists with app updates.

7 lines 252 B
import { registerPlugin } from '@capacitor/core'; const AppUpdate = registerPlugin('AppUpdate', { web: () => import('./web').then(m => new m.AppUpdateWeb()), }); export * from './definitions'; export { AppUpdate }; //# sourceMappingURL=index.js.map