This commit is contained in:
metacryst
2026-01-09 11:14:27 -06:00
parent cf03c95664
commit 637c9e4674
2149 changed files with 527743 additions and 0 deletions

1
node_modules/@capacitor/synapse/dist/synapse.cjs generated vendored Normal file
View File

@@ -0,0 +1 @@
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function s(t){t.CapacitorUtils.Synapse=new Proxy({},{get(a,o){return new Proxy({},{get(d,n){return(c,p,r)=>{const e=t.Capacitor.Plugins[o];if(e===void 0){r(new Error(`Capacitor plugin ${o} not found`));return}if(typeof e[n]!="function"){r(new Error(`Method ${n} not found in Capacitor plugin ${o}`));return}(async()=>{try{const i=await e[n](c);p(i)}catch(i){r(i)}})()}}})}})}function u(t){t.CapacitorUtils.Synapse=new Proxy({},{get(a,o){return t.cordova.plugins[o]}})}function y(t=!1){typeof window>"u"||(window.CapacitorUtils=window.CapacitorUtils||{},window.Capacitor!==void 0&&!t?s(window):window.cordova!==void 0&&u(window))}exports.exposeSynapse=y;