Files
memecoin-botV2/.pnpm-store/v10/files/5d/3abefd83e1f63dc9753fd0e6c07caa77e3a9507b6f3374c8f95c7c4cd97a0d7f4b297bc9ba20beca1e5945c32e905add32558ff4417ff3efa9c52668f0aa44

7 lines
427 B
Plaintext

import getPrototypeOf from "./getPrototypeOf.js";
import isNativeReflectConstruct from "./isNativeReflectConstruct.js";
import possibleConstructorReturn from "./possibleConstructorReturn.js";
function _callSuper(t, o, e) {
return o = getPrototypeOf(o), possibleConstructorReturn(t, isNativeReflectConstruct() ? Reflect.construct(o, e || [], getPrototypeOf(t).constructor) : o.apply(t, e));
}
export { _callSuper as default };