Skip to content

Instantly share code, notes, and snippets.

@jdjkelly
Created May 1, 2017 00:24
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 jdjkelly/28dde690b3d6385e8435e2e899e7b8f4 to your computer and use it in GitHub Desktop.
Save jdjkelly/28dde690b3d6385e8435e2e899e7b8f4 to your computer and use it in GitHub Desktop.
Dispatch Flow Type
declare type Dispatch<A: { type: $Subtype<string> }> = (action: A) => A;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment