MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / _objectWithoutProperties

Function _objectWithoutProperties

code/redux/public/app.js:18695–18695  ·  view source on GitHub ↗
(obj, keys)

Source from the content-addressed store, hash-verified

18693function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }
18694
18695function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; }
18696
18697var hotReloadingVersion = 0;
18698var dummyState = {};

Callers 3

connectAdvancedFunction · 0.85
createConnectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected