const GAME_STRINGS = { 'HELLO': 'Hello World!\nHow are you today?\nThank god!', 'POKER_GAME_START': 'Poker game started!' }; module.exports = { GAME_STRINGS };