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

Function _defineProperty

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

Source from the content-addressed store, hash-verified

13 if (Array.isArray(r)) return _arrayLikeToArray(r);
14}
15function _defineProperty(e, r, t) {
16 return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
17 value: t,
18 enumerable: !0,
19 configurable: !0,
20 writable: !0
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++) {

Callers 1

_objectSpread2Function · 0.70

Calls 1

_toPropertyKeyFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…