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