if("__TAURI__"in window){var __TAURI_PLUGIN_SHARE__=function(e){"use strict";async function n(e,n={},r){return window.__TAURI_INTERNALS__.invoke(e,n,r)}return"function"==typeof SuppressedError&&SuppressedError,e.getSharedFiles=async function(e,r){return await n("plugin:share|get_shared_files",{group:r,path:e}).then((e=>e.files?e.files:null))},e.getSharedFilesPath=async function(e,r){return await n("plugin:share|get_shared_files_path",{group:r,path:e}).then((e=>e.paths?e.paths:null))},e.shareFile=async function(e,r){return await n("plugin:share|share_file",{path:e,mime:r}).then((e=>e.value?e.value:null))},e}({});Object.defineProperty(window.__TAURI__,"share",{value:__TAURI_PLUGIN_SHARE__})}