UNPKG

data-provider-temporary

Version:

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

6 lines (4 loc) 173 B
import { bindActionCreators } from 'redux' export default function wrapActionCreators(actionCreators) { return dispatch => bindActionCreators(actionCreators, dispatch) }