1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 10:19:24 +02:00
Oinktube/node_modules/@babel/runtime/helpers/esm/superPropGet.js

9 lines
No EOL
290 B
JavaScript

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 };