MCPcopy
hub / github.com/vercel/next.js / _n

Function _n

packages/next/src/compiled/@vercel/og/index.edge.js:16704–16712  ·  view source on GitHub ↗
(e, ...t)

Source from the content-addressed store, hash-verified

16702 return typeof e == "object" && e !== null;
16703 }
16704 function _n(e, ...t) {
16705 let n = t.pop();
16706 for (let r of t)
16707 for (let i in r) {
16708 let o = n(e[i], r[i]);
16709 o === void 0 ? Sn(e[i]) && Sn(r[i]) ? e[i] = _n(e[i], r[i], n) : e[i] = r[i] : e[i] = o;
16710 }
16711 return e;
16712 }
16713 var Ps = { colors: rb.default, negative(e) {
16714 return Object.keys(e).filter((t) => e[t] !== "0").reduce((t, n) => {
16715 let r = (0, Jg.default)(e[n]);

Callers 4

_tFunction · 0.85
fbFunction · 0.85
dbFunction · 0.85
_tFunction · 0.85

Calls 3

SnFunction · 0.85
nFunction · 0.70
popMethod · 0.45

Tested by

no test coverage detected