UNPKG

appsflyer-capacitor-plugin

Version:
12 lines (8 loc) 314 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 };