source: frontend/node_modules/@babel/runtime/helpers/esm/superPropBase.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 211 bytes
Line 
1import getPrototypeOf from "./getPrototypeOf.js";
2function _superPropBase(t, o) {
3 for (; !{}.hasOwnProperty.call(t, o) && null !== (t = getPrototypeOf(t)););
4 return t;
5}
6export { _superPropBase as default };
Note: See TracBrowser for help on using the repository browser.