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

Function ownKeys

modular/sortable.core.esm.js:38–47  ·  view source on GitHub ↗
(e, r)

Source from the content-addressed store, hash-verified

36 throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
37}
38function ownKeys(e, r) {
39 var t = Object.keys(e);
40 if (Object.getOwnPropertySymbols) {
41 var o = Object.getOwnPropertySymbols(e);
42 r && (o = o.filter(function (r) {
43 return Object.getOwnPropertyDescriptor(e, r).enumerable;
44 })), t.push.apply(t, o);
45 }
46 return t;
47}
48function _objectSpread2(e) {
49 for (var r = 1; r < arguments.length; r++) {
50 var t = null != arguments[r] ? arguments[r] : {};

Callers 1

_objectSpread2Function · 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…