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/construct.js

import _Reflect$construct from "core-js-pure/features/reflect/construct.js";
import _pushInstanceProperty from "core-js-pure/features/instance/push.js";
import _bindInstanceProperty from "core-js-pure/features/instance/bind.js";
import isNativeReflectConstruct from "./isNativeReflectConstruct.js";
import setPrototypeOf from "./setPrototypeOf.js";
function _construct(t, e, r) {
  if (isNativeReflectConstruct()) return _Reflect$construct.apply(null, arguments);
  var o = [null];
  _pushInstanceProperty(o).apply(o, e);
  var p = new (_bindInstanceProperty(t).apply(t, o))();
  return r && setPrototypeOf(p, r.prototype), p;
}
export { _construct as default };