mirror of
https://github.com/JasonYANG170/IOTConnect-Web.git
synced 2024-11-23 20:26:28 +00:00
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; |