MCPcopy
hub / github.com/nadbm/react-datasheet / _objectWithoutProperties

Function _objectWithoutProperties

lib/DataSheet.js:47–47  ·  view source on GitHub ↗
(obj, keys)

Source from the content-addressed store, hash-verified

45function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
46
47function _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; }
48
49function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
50

Callers 1

DataSheet.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected