Initial commit
This commit is contained in:
12
node_modules/react-redux/lib/utils/wrapActionCreators.js
generated
vendored
Normal file
12
node_modules/react-redux/lib/utils/wrapActionCreators.js
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
'use strict';
|
||||
|
||||
exports.__esModule = true;
|
||||
exports.default = wrapActionCreators;
|
||||
|
||||
var _redux = require('redux');
|
||||
|
||||
function wrapActionCreators(actionCreators) {
|
||||
return function (dispatch) {
|
||||
return (0, _redux.bindActionCreators)(actionCreators, dispatch);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user