This commit is contained in:
2025-11-11 00:04:55 -06:00
parent a76ad41fde
commit 40538eddfd
6405 changed files with 1289756 additions and 0 deletions

View File

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