Your IP : 216.73.216.86


Current Path : /home/emeraadmin/www/node_modules/@babel/runtime-corejs3/helpers/esm/
Upload File :
Current File : /home/emeraadmin/www/node_modules/@babel/runtime-corejs3/helpers/esm/setFunctionName.js

import _typeof from "./typeof.js";
import _Object$defineProperty from "core-js-pure/features/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 };