Files
memecoin-botV2/.pnpm-store/v10/files/80/dcadc3325db4cc78bd02c9028dd387dbda434fa4bcd630b3fa2c19aafe4eeb9b1c156a2bd790ec7b67ccdc8e5a9c50bf45171af04b0a98bd1eaf07d68718f0

16 lines
557 B
Plaintext

import getPrototypeOf from "./getPrototypeOf.js";
import isNativeReflectConstruct from "./isNativeReflectConstruct.js";
import possibleConstructorReturn from "./possibleConstructorReturn.js";
function _createSuper(t) {
var r = isNativeReflectConstruct();
return function () {
var e,
o = getPrototypeOf(t);
if (r) {
var s = getPrototypeOf(this).constructor;
e = Reflect.construct(o, arguments, s);
} else e = o.apply(this, arguments);
return possibleConstructorReturn(this, e);
};
}
export { _createSuper as default };