MCPcopy Index your code
hub / github.com/SortableJS/Sortable / _objectWithoutPropertiesLoose

Function _objectWithoutPropertiesLoose

modular/sortable.complete.esm.js:70–78  ·  view source on GitHub ↗
(r, e)

Source from the content-addressed store, hash-verified

68 return i;
69}
70function _objectWithoutPropertiesLoose(r, e) {
71 if (null == r) return {};
72 var t = {};
73 for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
74 if (-1 !== e.indexOf(n)) continue;
75 t[n] = r[n];
76 }
77 return t;
78}
79function _toConsumableArray(r) {
80 return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread();
81}

Callers 1

_objectWithoutPropertiesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…