shift73k/assets_old/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js

6 lines
No EOL
230 B
JavaScript

export default function _getPrototypeOf(o) {
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
return o.__proto__ || Object.getPrototypeOf(o);
};
return _getPrototypeOf(o);
}