We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 627112e commit 2f65f7cCopy full SHA for 2f65f7c
src/models/middleware.ts
@@ -1,4 +1,4 @@
1
-import { State } from "./state";
2
-import { Dispatch } from "react";
+import { State } from './state';
+import { Dispatch } from 'react';
3
4
export type Middleware<T, A> = (state: State<T>, dispatch: Dispatch<A>, action: A) => void;
0 commit comments