Skip to content

Instantly share code, notes, and snippets.

@yelouafi
Last active August 29, 2015 14:26
Show Gist options
  • Save yelouafi/9da03ff633c846d2c610 to your computer and use it in GitHub Desktop.
Save yelouafi/9da03ff633c846d2c610 to your computer and use it in GitHub Desktop.
import Type from 'union-type';
const Action = Type({
Increment : [],
Decrement : []
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment