MCPcopy Create free account
hub / github.com/Hashnode/starter-kit / r

Function r

packages/utils/renderer/highlight.js:39–48  ·  view source on GitHub ↗
(e, ...n)

Source from the content-addressed store, hash-verified

37 .replace(/'/g, ''');
38 }
39 function r(e, ...n) {
40 var t = {};
41 for (const n in e) t[n] = e[n];
42 return (
43 n.forEach(function (e) {
44 for (const n in e) t[n] = e[n];
45 }),
46 t
47 );
48 }
49 function a(e) {
50 return e.nodeName.toLowerCase();
51 }

Callers 3

bFunction · 0.70
highlight.jsFile · 0.70
sFunction · 0.70

Calls 2

NFunction · 0.70
aFunction · 0.70

Tested by

no test coverage detected