const CARD_COLORS = ["NONE", "BLUE", "GREEN", "RED", "YELLOW"]; module.exports = { CARD_COLORS: CARD_COLORS, }