芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/react-redux/es/utils/wrapActionCreators.js
import { bindActionCreators } from 'redux'; export default function wrapActionCreators(actionCreators) { return function (dispatch) { return bindActionCreators(actionCreators, dispatch); }; }