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

Function Po

resources/vega-lite.min.js:2114–2122  ·  view source on GitHub ↗
(e, t, n)

Source from the content-addressed store, hash-verified

2112 }
2113 }
2114 function Po(e, t, n) {
2115 return e && (wn(e) || "number" === e || "time" === e)
2116 ? e
2117 : Ca(t) && "time" !== n && "utc" !== n
2118 ? Zo(t) && Ii(t?.timeUnit)?.utc
2119 ? "utc"
2120 : "time"
2121 : void 0;
2122 }
2123 function No(e) {
2124 let { type: n, specifiedFormat: i, config: r, normalizeStack: o } = e;
2125 return t.isString(i)

Callers 2

vega-lite.min.jsFile · 0.85
OpFunction · 0.85

Calls 4

CaFunction · 0.85
ZoFunction · 0.85
wnFunction · 0.70
IiFunction · 0.70

Tested by

no test coverage detected