LarpixClient/node_modules/@capacitor/app/dist/esm/index.js
2026-05-17 21:46:12 +02:00

7 lines
No EOL
230 B
JavaScript

import { registerPlugin } from '@capacitor/core';
const App = registerPlugin('App', {
web: () => import('./web').then((m) => new m.AppWeb()),
});
export * from './definitions';
export { App };
//# sourceMappingURL=index.js.map