astro-ghostcms/.pnpm-store/v3/files/0a/848a085db4b73c23ae54fd3de67...

11 lines
304 B
Plaintext

import _typeof from "./typeof.js";
export 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;
}