Skip to content

Instantly share code, notes, and snippets.

@yelouafi
Created July 28, 2015 12:37
Show Gist options
  • Save yelouafi/4f34b1c1e3031fd9302f to your computer and use it in GitHub Desktop.
Save yelouafi/4f34b1c1e3031fd9302f to your computer and use it in GitHub Desktop.
const Action = Type({
Add : [],
Remove : [Number],
Reset : [],
Update : [Number, counter.Action],
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment