google_forms/node_modules/@babel/runtime/helpers/esm/superPropGet.js

9 lines
290 B
JavaScript
Raw Permalink Normal View History

2024-08-09 12:04:48 +00:00
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 };