This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/@babel/runtime-corejs2/helpers/esm/getPrototypeOf.js

8 lines
385 B
JavaScript

import _Object$getPrototypeOf from "../../core-js/object/get-prototype-of";
import _Object$setPrototypeOf from "../../core-js/object/set-prototype-of";
export default function _getPrototypeOf(o) {
_getPrototypeOf = _Object$setPrototypeOf ? _Object$getPrototypeOf : function _getPrototypeOf(o) {
return o.__proto__ || _Object$getPrototypeOf(o);
};
return _getPrototypeOf(o);
}