芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/react-redux/lib/utils/wrapActionCreators.js
"use strict"; exports.__esModule = true; exports["default"] = wrapActionCreators; var _redux = require("redux"); function wrapActionCreators(actionCreators) { return function (dispatch) { return (0, _redux.bindActionCreators)(actionCreators, dispatch); }; }