mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
1 line
935 B
JSON
1 line
935 B
JSON
|
|
{"ast":null,"code":"import { registerPlugin } from '@capacitor/core';\nconst Share = registerPlugin('Share', {\n web: () => import('./web').then(m => new m.ShareWeb())\n});\nexport * from './definitions';\nexport { Share };","map":{"version":3,"names":["registerPlugin","Share","web","then","m","ShareWeb"],"sources":["C:/Users/eudes.inacio/GabineteDigital/gabinete-digital-fo/node_modules/@capacitor/share/dist/esm/index.js"],"sourcesContent":["import { registerPlugin } from '@capacitor/core';\nconst Share = registerPlugin('Share', {\n web: () => import('./web').then(m => new m.ShareWeb()),\n});\nexport * from './definitions';\nexport { Share };\n"],"mappings":"AAAA,SAASA,cAAc,QAAQ,iBAAiB;AAChD,MAAMC,KAAK,GAAGD,cAAc,CAAC,OAAO,EAAE;EAClCE,GAAG,EAAEA,CAAA,KAAM,MAAM,CAAC,OAAO,CAAC,CAACC,IAAI,CAACC,CAAC,IAAI,IAAIA,CAAC,CAACC,QAAQ,CAAC,CAAC;AACzD,CAAC,CAAC;AACF,cAAc,eAAe;AAC7B,SAASJ,KAAK"},"metadata":{},"sourceType":"module"}
|