init
This commit is contained in:
9
node_modules/@capacitor/geolocation/dist/esm/index.js
generated
vendored
Normal file
9
node_modules/@capacitor/geolocation/dist/esm/index.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { registerPlugin } from '@capacitor/core';
|
||||
import { exposeSynapse } from '@capacitor/synapse';
|
||||
const Geolocation = registerPlugin('Geolocation', {
|
||||
web: () => import('./web').then((m) => new m.GeolocationWeb()),
|
||||
});
|
||||
exposeSynapse();
|
||||
export * from './definitions';
|
||||
export { Geolocation };
|
||||
//# sourceMappingURL=index.js.map
|
||||
Reference in New Issue
Block a user