mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 18:59:30 +08:00
6 lines
No EOL
237 B
Text
6 lines
No EOL
237 B
Text
export default function _getPrototypeOf(o) {
|
|
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) {
|
|
return o.__proto__ || Object.getPrototypeOf(o);
|
|
};
|
|
return _getPrototypeOf(o);
|
|
} |