• Closes the current Electron globalThis.

    Returns Promise<void>

    A promise that resolves when the window is closed.

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