Skip to content

Instantly share code, notes, and snippets.

@pardom-zz
Created November 2, 2016 13:53
Show Gist options
  • Save pardom-zz/bfc4cec0831cd2aac8777f693edf23b4 to your computer and use it in GitHub Desktop.
Save pardom-zz/bfc4cec0831cd2aac8777f693edf23b4 to your computer and use it in GitHub Desktop.
interface Middleware<S> {
Object dispatch(Store<S> store, Object action, Dispatcher next);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment