UNPKG

data-provider-temporary

Version:

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

12 lines (9 loc) 265 B
'use strict'; exports.__esModule = true; exports.default = wrapActionCreators; var _redux = require('redux'); function wrapActionCreators(actionCreators) { return function (dispatch) { return (0, _redux.bindActionCreators)(actionCreators, dispatch); }; }