Files
memecoin-botV2/.pnpm-store/v10/files/95/6ac80519c500399bbec87b621ed1395424cf52fb1459b397d9db5ab9badb41c2f6648adc7d17487437415f05bf2b3de6b782b9d7ac0ccfe06953dc709fccac

9 lines
308 B
Plaintext

import get from "./get.js";
import getPrototypeOf from "./getPrototypeOf.js";
function _superPropGet(t, o, e, r) {
var p = get(getPrototypeOf(1 & r ? t.prototype : t), o, e);
return 2 & r && "function" == typeof p ? function (t) {
return p.apply(e, t);
} : p;
}
export { _superPropGet as default };