UNPKG

native-update

Version:

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

7 lines (6 loc) 161 B
import type { NativeUpdatePlugin } from './definitions'; /** * Register the plugin */ declare const NativeUpdate: NativeUpdatePlugin; export { NativeUpdate };