UNPKG

@southdevs/capacitor-google-auth

Version:
7 lines 258 B
import { registerPlugin } from '@capacitor/core'; const GoogleAuth = registerPlugin('GoogleAuth', { web: () => import('./web').then((m) => new m.GoogleAuthWeb()), }); export * from './definitions'; export { GoogleAuth }; //# sourceMappingURL=index.js.map