UNPKG

587 BJavaScriptView Raw
1var _Reflect$construct = require("core-js/library/fn/reflect/construct.js");
2var getPrototypeOf = require("./getPrototypeOf.js");
3var isNativeReflectConstruct = require("./isNativeReflectConstruct.js");
4var possibleConstructorReturn = require("./possibleConstructorReturn.js");
5function _callSuper(t, o, e) {
6 return o = getPrototypeOf(o), possibleConstructorReturn(t, isNativeReflectConstruct() ? _Reflect$construct(o, e || [], getPrototypeOf(t).constructor) : o.apply(t, e));
7}
8module.exports = _callSuper, module.exports.__esModule = true, module.exports["default"] = module.exports;
\No newline at end of file