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

Function dt

resources/vega.min.js:402–411  ·  view source on GitHub ↗
(t, e, n, r)

Source from the content-addressed store, hash-verified

400 );
401 }
402 function dt(t, e, n, r) {
403 let i,
404 o = e[0],
405 a = e[e.length - 1];
406 return (
407 o > a && ((i = o), (o = a), (a = i)),
408 (r = void 0 === r || r),
409 ((n = void 0 === n || n) ? o <= t : o < t) && (r ? t <= a : t < a)
410 );
411 }
412 function pt(t) {
413 return "boolean" == typeof t;
414 }

Callers 1

PTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected