Skip to content

Instantly share code, notes, and snippets.

@jdjkelly
Created April 30, 2017 16:38
Show Gist options
  • Save jdjkelly/734650110af89a59a3ae5ed67ca1bedd to your computer and use it in GitHub Desktop.
Save jdjkelly/734650110af89a59a3ae5ed67ca1bedd to your computer and use it in GitHub Desktop.
flow-typed/redux.js
declare type Reducer<S, A> = (state: S, action: A) => S;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment