Skip to content

Instantly share code, notes, and snippets.

@tonkec
Created March 6, 2019 11:42
Show Gist options
  • Select an option

  • Save tonkec/a425e18bbac84e9db2f8efb33d518acb to your computer and use it in GitHub Desktop.

Select an option

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