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

Function qi

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

Source from the content-addressed store, hash-verified

1259 return t[t.length - 1];
1260 }
1261 function qi(e, t) {
1262 const n = e.indexOf(t);
1263 return (
1264 !(n < 0) &&
1265 !(n > 0 && "seconds" === t && "i" === e.charAt(n - 1)) &&
1266 !(e.length > n + 3 && "day" === t && "o" === e.charAt(n + 3)) &&
1267 !(n > 0 && "year" === t && "f" === e.charAt(n - 1))
1268 );
1269 }
1270 function Ui(e, t) {
1271 let { end: n } =
1272 arguments.length > 2 && void 0 !== arguments[2]

Callers 2

RiFunction · 0.70
UiFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected