UNPKG

@jackobo/capacitor-pass-to-wallet

Version:

Capacitor plugin for adding digital passes to Apple and Google wallet

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