• Closes the main Electron window.

    Returns Promise<void>

    Promise resolving when window is closed.

    export async function closeWindow() {
    await globalThis.electronWindow.close();
    }