UNPKG

oo-redux-utils2

Version:
9 lines 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function createActionDispatcher(reduxDispatch) { return function (action) { reduxDispatch({ type: action }); }; } exports.default = createActionDispatcher; //# sourceMappingURL=createActionDispatcher.js.map