mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 10:19:24 +02:00
Update npm
This commit is contained in:
parent
8341712d58
commit
1bd85100b9
5320 changed files with 58396 additions and 344722 deletions
11
node_modules/@babel/runtime/helpers/esm/setFunctionName.js
generated
vendored
Normal file
11
node_modules/@babel/runtime/helpers/esm/setFunctionName.js
generated
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue