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

Function _toPropertyKey

modular/sortable.core.esm.js:92–95  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

90 return ("string" === r ? String : Number)(t);
91}
92function _toPropertyKey(t) {
93 var i = _toPrimitive(t, "string");
94 return "symbol" == typeof i ? i : i + "";
95}
96function _typeof(o) {
97 "@babel/helpers - typeof";
98

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…