Last active
December 14, 2017 13:06
-
-
Save mvbattan/7bd27d506d9ef0e0b3e78bd908d670c4 to your computer and use it in GitHub Desktop.
Complete state
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
const stateDescription = { | |
matches: [], | |
pitches: [], | |
counter: 0 | |
}; | |
const initialState = completeState(stateDescription, ['counter']); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment