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

Function _toPropertyKey

Sortable.js:98–101  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

96 return ("string" === r ? String : Number)(t);
97 }
98 function _toPropertyKey(t) {
99 var i = _toPrimitive(t, "string");
100 return "symbol" == typeof i ? i : i + "";
101 }
102 function _typeof(o) {
103 "@babel/helpers - typeof";
104

Callers 1

_definePropertyFunction · 0.70

Calls 1

_toPrimitiveFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…