source: imaps-frontend/node_modules/@babel/runtime/helpers/esm/superPropGet.js

main
Last change on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 290 bytes
Line 
1import get from "./get.js";
2import getPrototypeOf from "./getPrototypeOf.js";
3function _superPropertyGet(t, e, r, o) {
4 var p = get(getPrototypeOf(1 & o ? t.prototype : t), e, r);
5 return 2 & o ? function (t) {
6 return p.apply(r, t);
7 } : p;
8}
9export { _superPropertyGet as default };
Note: See TracBrowser for help on using the repository browser.