source:
frontend/node_modules/@babel/runtime/helpers/esm/superPropBase.js
| Last change on this file was 9af201e, checked in by , 13 days 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.
