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