()
| 33 | * @returns Promise resolving to the app version (e.g. `"6.18.0"`). |
| 34 | */ |
| 35 | export async function getAppVersion(): Promise<string> { |
| 36 | return await window.gitify.app.version(); |
| 37 | } |
| 38 | |
| 39 | /** |
| 40 | * Encrypts a plaintext string using the native Electron encryption bridge. |
no outgoing calls
no test coverage detected