Last active
March 4, 2018 14:18
-
-
Save javierfernandes/a1ff1af4dec141f17cf53e128f186ae0 to your computer and use it in GitHub Desktop.
Redux - truco - model/constants
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export const ResultadoMano = { | |
| GANADOR: 'ganador', | |
| PERDEDOR: 'perdedor', | |
| EMPATE: 'empate' | |
| } | |
| export const Palo = { | |
| BASTOS: 'bastos', | |
| OROS: 'oros', | |
| COPAS: 'copas', | |
| ESPADAS: 'espadas' | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment