MCPcopy Create free account
hub / github.com/ccj-007/easy-lowcode / Ye

Function Ye

renderer/index.js:101–106  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

99 return typeof n == "object" && n !== null && n.$$typeof === w;
100 }
101 function Ye(n) {
102 var s = { "=": "=0", ":": "=2" };
103 return "$" + n.replace(/[=:]/g, function(h) {
104 return s[h];
105 });
106 }
107 var we = /\/+/g;
108 function z(n, s) {
109 return typeof n == "object" && n !== null && n.key != null ? Ye("" + n.key) : s.toString(36);

Callers 1

zFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected