app-redux-utils
Advanced tools
Comparing version 1.0.1 to 1.0.2
import { combineReducers } from "redux"; | ||
export function createReducers(getReducers, ...params) { | ||
const reducers = getReducers(params); | ||
const reducers = getReducers.apply(null, params); | ||
return combineReducers(reducers); | ||
} | ||
//# sourceMappingURL=createReducers.js.map |
{ | ||
"name": "app-redux-utils", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Helpful utils for redux", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
Sorry, the diff of this file is not supported yet
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
13044