redux-detector
Advanced tools
Comparing version
@@ -5,2 +5,2 @@ import { ActionsDetector } from "./Detector"; | ||
*/ | ||
export declare function composeDetectors<TState = any, TAction = any>(...detectors: ActionsDetector<TState, TAction>[]): ActionsDetector<TState, TAction>; | ||
export declare function composeDetectors<TState = any>(...detectors: ActionsDetector<TState, any>[]): ActionsDetector<TState, any>; |
{ | ||
"name": "redux-detector", | ||
"version": "1.0.0-rc.3", | ||
"version": "1.0.0-rc.4", | ||
"description": "Redux enhancer for pure detection of state changes.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
37056
-0.06%