import { Socket } from 'socket.io'; export const NextPresident = (socket: Socket, data: any) => { console.log(`Choosing the Next President`); };