%PDF- %PDF-
Direktori : /home/vacivi36/SiteVacivitta/vacivitta/node_modules/@babel/helpers/lib/helpers/ |
Current File : /home/vacivi36/SiteVacivitta/vacivitta/node_modules/@babel/helpers/lib/helpers/setFunctionName.js |
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = setFunctionName; function setFunctionName(fn, name, prefix) { if (typeof name === "symbol") { name = name.description; name = name ? "[" + name + "]" : ""; } try { Object.defineProperty(fn, "name", { configurable: true, value: prefix ? prefix + " " + name : name }); } catch (_) {} return fn; } //# sourceMappingURL=setFunctionName.js.map