capacitor-plugin-recaptcha
Version:
Capacitor plugin for reCAPTCHA Enterprise
7 lines • 306 B
JavaScript
import { registerPlugin } from '@capacitor/core';
const CapacitorPluginRecaptcha = registerPlugin('RecaptchaEnterprise', {
web: () => import('./web').then((m) => new m.CapacitorPluginRecaptcha()),
});
export * from './definitions';
export { CapacitorPluginRecaptcha };
//# sourceMappingURL=index.js.map