PHP 8.2.30
Preview: bindActionCreators.js Size: 427 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/react-redux/lib/utils/bindActionCreators.js

"use strict";

exports.__esModule = true;
exports.default = bindActionCreators;

function bindActionCreators(actionCreators, dispatch) {
  const boundActionCreators = {};

  for (const key in actionCreators) {
    const actionCreator = actionCreators[key];

    if (typeof actionCreator === 'function') {
      boundActionCreators[key] = (...args) => dispatch(actionCreator(...args));
    }
  }

  return boundActionCreators;
}

Directory Contents

Dirs: 0 × Files: 12

Name Size Perms Modified Actions
495 B lrw-r--r-- 2026-02-28 00:27:26
Edit Download
427 B lrw-r--r-- 2026-02-28 00:27:38
Edit Download
537 B lrw-r--r-- 2026-02-28 00:28:32
Edit Download
235 B lrw-r--r-- 2026-02-28 00:28:58
Edit Download
244 B lrw-r--r-- 2026-02-28 00:29:00
Edit Download
718 B lrw-r--r-- 2026-02-28 00:29:06
Edit Download
3.17 KB lrw-r--r-- 2026-02-28 00:29:06
Edit Download
2.24 KB lrw-r--r-- 2026-02-28 00:29:10
Edit Download
1.42 KB lrw-r--r-- 2026-02-28 00:29:12
Edit Download
195 B lrw-r--r-- 2026-02-28 00:29:22
Edit Download
533 B lrw-r--r-- 2026-02-28 00:29:30
Edit Download
700 B lrw-r--r-- 2026-02-28 00:29:34
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).