MCPcopy Create free account
hub / github.com/alignoth/alignoth / K

Function K

resources/vega.min.js:243–253  ·  view source on GitHub ↗
(t, e)

Source from the content-addressed store, hash-verified

241 );
242 }
243 const K = (t, e) =>
244 (t < e || null == t) && null != e
245 ? -1
246 : (t > e || null == e) && null != t
247 ? 1
248 : ((e = e instanceof Date ? +e : e),
249 (t = t instanceof Date ? +t : t) !== t && e == e
250 ? -1
251 : e != e && t == t
252 ? 1
253 : 0),
254 tt = (t, e) => (1 === t.length ? et(t[0], e[0]) : nt(t, e, t.length)),
255 et = (t, e) =>
256 function (n, r) {

Callers 2

etFunction · 0.85
ntFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected