Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(types): MiddlewareAPI getState should have (this: void)
Motivation: The `getState` function provided by `MiddlewareAPI` is not bound to any object, and as such it can be used freely as in the examples. The `MiddlewareAPI` type does not make this explicit, and typescript linters can report this as problematic usage.
- Loading branch information