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