/
var
/
www
/
cobraambalaj
/
node_modules
/
@babel
/
runtime
/
helpers
/
construct
/
/var/www/cobraambalaj/node_modules/@babel/runtime/helpers/construct
mkdir
upload
Name
Size
Mode
Actions
index.js
944
0644
edit
dl
rm
_index.mjs
644
0644
edit
dl
rm
Edit:
/var/www/cobraambalaj/node_modules/@babel/runtime/helpers/construct/index.js
(944B)
var setPrototypeOf = require("@babel/runtime/helpers/setPrototypeOf"); var isNativeReflectConstruct = require("@babel/runtime/helpers/isNativeReflectConstruct"); function _construct(Parent, args, Class) { if (isNativeReflectConstruct()) { module.exports = _construct = Reflect.construct; module.exports["default"] = module.exports, module.exports.__esModule = true; } else { module.exports = _construct = function _construct(Parent, args, Class) { var a = [null]; a.push.apply(a, args); var Constructor = Function.bind.apply(Parent, a); var instance = new Constructor(); if (Class) setPrototypeOf(instance, Class.prototype); return instance; }; module.exports["default"] = module.exports, module.exports.__esModule = true; } return _construct.apply(null, arguments); } module.exports = _construct; module.exports["default"] = module.exports, module.exports.__esModule = true;
Save
cmd:
run