4 lines
No EOL
145 B
TypeScript
4 lines
No EOL
145 B
TypeScript
import { Socket } from 'socket.io';
|
|
export const NextPresident = (socket: Socket, data: any) => {
|
|
console.log(`Choosing the Next President`);
|
|
}; |