UNPKG

@capawesome/capacitor-live-update

Version:

Capacitor plugin to update your app remotely in real-time.

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