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

Function _extends

modular/sortable.esm.js:23–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }) : e[r] = t, e;
22}
23function _extends() {
24 return _extends = Object.assign ? Object.assign.bind() : function (n) {
25 for (var e = 1; e < arguments.length; e++) {
26 var t = arguments[e];
27 for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
28 }
29 return n;
30 }, _extends.apply(null, arguments);
31}
32function _iterableToArray(r) {
33 if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r);
34}

Callers 5

sortable.esm.jsFile · 0.70
SortableFunction · 0.70
AutoScrollPluginFunction · 0.70
SwapPluginFunction · 0.70
MultiDragPluginFunction · 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…