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

Function dl

resources/vega-lite.min.js:4676–4679  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

4674 );
4675 }
4676 function dl(e) {
4677 const { point: t, line: n, ...i } = e;
4678 return D(i).length > 1 ? i : i.type;
4679 }
4680 function ml(e) {
4681 for (const t of ["line", "area", "rule", "trail"])
4682 e[t] && (e = { ...e, [t]: f(e[t], ["point", "line"]) });

Callers 1

runMethod · 0.70

Calls 1

DFunction · 0.85

Tested by

no test coverage detected