funkwhale/front/src/composables/tauri.ts

4 wiersze
82 B
TypeScript

export const isTauri = () => {
return 'TAURI_ENV_PLATFORM' in import.meta.env
}