Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref: replace hardcoded types with StoreApi type
Add binding of createStoreImpl methods types to StoreApi without hardcoding. Makes it easier to read and reason about where the type comes from and belongs to. Removing arrow function types reduces number of arrows, and makes it easier to read.
- Loading branch information