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

Function sN

resources/vega.min.js:30189–30200  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

30187 const oN = (t) => +t || 0,
30188 aN = (t) => ({ top: t, bottom: t, left: t, right: t });
30189 function sN(t) {
30190 return A(t)
30191 ? t.signal
30192 ? t
30193 : {
30194 top: oN(t.top),
30195 bottom: oN(t.bottom),
30196 left: oN(t.left),
30197 right: oN(t.right),
30198 }
30199 : aN(oN(t));
30200 }
30201 const uN = (t) => (A(t) && !k(t) ? ot({}, t) : { value: t });
30202 function lN(t, e, n, r) {
30203 if (null != n) {

Callers 1

hUFunction · 0.85

Calls 3

oNFunction · 0.85
aNFunction · 0.85
AFunction · 0.70

Tested by

no test coverage detected