- Complete React app with 7 developer tools - JSON Tool with visual structured editor - Serialize Tool with visual structured editor - URL, Base64, CSV/JSON, Beautifier, Diff tools - Responsive navigation with dropdown menu - Dark/light mode toggle - Mobile-responsive design with sticky header - All tools working with copy/paste functionality
12 lines
415 B
JavaScript
12 lines
415 B
JavaScript
var _typeof = require("./typeof.js")["default"];
|
|
function setFunctionName(e, t, n) {
|
|
"symbol" == _typeof(t) && (t = (t = t.description) ? "[" + t + "]" : "");
|
|
try {
|
|
Object.defineProperty(e, "name", {
|
|
configurable: !0,
|
|
value: n ? n + " " + t : t
|
|
});
|
|
} catch (e) {}
|
|
return e;
|
|
}
|
|
module.exports = setFunctionName, module.exports.__esModule = true, module.exports["default"] = module.exports; |