capacitor-pass-to-wallet
Version:
Allow to add .pkpass files to Apple Wallet
7 lines • 300 B
JavaScript
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