9 lines
274 B
Plaintext
9 lines
274 B
Plaintext
export function _get_prototype_of(o) {
|
|
_get_prototype_of = Object.setPrototypeOf ? Object.getPrototypeOf : function getPrototypeOf(o) {
|
|
return o.__proto__ || Object.getPrototypeOf(o);
|
|
};
|
|
|
|
return _get_prototype_of(o);
|
|
}
|
|
export { _get_prototype_of as _ };
|