clean-state
Advanced tools
Comparing version 2.2.3 to 2.2.4
@@ -70,3 +70,3 @@ export interface Module { | ||
export type ReduerProps<T, S = any, R = Record<string, any>> = { | ||
export type ReducerProps<T, S = any, R = Record<string, any>> = { | ||
payload: T; | ||
@@ -73,0 +73,0 @@ state: S; |
{ | ||
"name": "clean-state", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.min.js", |
15943