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

Function _objectWithoutProperties

modular/sortable.esm.js:59–69  ·  view source on GitHub ↗
(e, t)

Source from the content-addressed store, hash-verified

57 return e;
58}
59function _objectWithoutProperties(e, t) {
60 if (null == e) return {};
61 var o,
62 r,
63 i = _objectWithoutPropertiesLoose(e, t);
64 if (Object.getOwnPropertySymbols) {
65 var n = Object.getOwnPropertySymbols(e);
66 for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
67 }
68 return i;
69}
70function _objectWithoutPropertiesLoose(r, e) {
71 if (null == r) return {};
72 var t = {};

Callers 1

pluginEventFunction · 0.70

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…