UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

7 lines (6 loc) 200 B
import { bindActionCreators } from 'redux'; export default function wrapActionCreators(actionCreators) { return function (dispatch) { return bindActionCreators(actionCreators, dispatch); }; }