| 12345678910111213 | import _typeof from "./typeof.js";import _Object$defineProperty from "core-js/library/fn/object/define-property.js";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;}export { setFunctionName as default };
 |