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

Function De

resources/vega-embed.min.js:1655–1658  ·  view source on GitHub ↗
(e, t, n)

Source from the content-addressed store, hash-verified

1653 Se = { "+": (e) => +e, "-": (e) => -e, "~": (e) => ~e, "!": (e) => !e };
1654 const Ce = Array.prototype.slice,
1655 De = (e, t, n) => {
1656 const r = n ? n(t[0]) : t[0];
1657 return r[e].apply(r, Ce.call(t, 1));
1658 };
1659 var Fe = {
1660 isNaN: Number.isNaN,
1661 isFinite: Number.isFinite,

Callers 1

vega-embed.min.jsFile · 0.70

Calls 1

nFunction · 0.70

Tested by

no test coverage detected