redux-loop
Advanced tools
Comparing version 6.1.0 to 6.2.0
@@ -262,1 +262,3 @@ import { Action, ActionCreator, AnyAction, StoreEnhancer, Store } from 'redux'; | ||
export function getCmd(a: any): CmdType | null; | ||
export type HandlerReturn<S> = S | Loop<S>; |
{ | ||
"name": "redux-loop", | ||
"version": "6.1.0", | ||
"version": "6.2.0", | ||
"description": "Sequence your effects naturally and purely by returning them from your reducers.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
148525
3062