UNPKG

appsflyer-capacitor-plugin

Version:
11 lines (7 loc) 313 B
import { registerPlugin } from '@capacitor/core'; import type { AppsFlyerPlugin } from './definitions'; const AppsFlyer = registerPlugin<AppsFlyerPlugin>('AppsFlyerPlugin', {}); export * from './definitions'; export * from './Appsflyer_constants'; export * from './appsflyer_interfaces'; export { AppsFlyer };