Skip to content

Instantly share code, notes, and snippets.

@tonkec
Created March 6, 2019 11:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonkec/a425e18bbac84e9db2f8efb33d518acb to your computer and use it in GitHub Desktop.
Save tonkec/a425e18bbac84e9db2f8efb33d518acb to your computer and use it in GitHub Desktop.
const incrementCount = ( {incrementBy = 1 } = {} ) => {
return {
type: 'INCREMENT',
incrementBy
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment