mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/RoboCommander.git
synced 2026-06-16 10:36:02 +00:00
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