UNPKG

@capacitor/app-launcher

Version:

The AppLauncher API allows to open other apps

5 lines (4 loc) 157 B
import type { AppLauncherPlugin } from './definitions'; declare const AppLauncher: AppLauncherPlugin; export * from './definitions'; export { AppLauncher };