source:
imaps-frontend/node_modules/@babel/runtime/helpers/esm/superPropBase.js
Last change on this file was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 211 bytes |
Line | |
---|---|
1 | import getPrototypeOf from "./getPrototypeOf.js"; |
2 | function _superPropBase(t, o) { |
3 | for (; !{}.hasOwnProperty.call(t, o) && null !== (t = getPrototypeOf(t));); |
4 | return t; |
5 | } |
6 | export { _superPropBase as default }; |
Note:
See TracBrowser
for help on using the repository browser.