12 lines
333 B
JavaScript
12 lines
333 B
JavaScript
// node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js
|
|
function _setPrototypeOf(t, e) {
|
|
return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(t2, e2) {
|
|
return t2.__proto__ = e2, t2;
|
|
}, _setPrototypeOf(t, e);
|
|
}
|
|
|
|
export {
|
|
_setPrototypeOf
|
|
};
|
|
//# sourceMappingURL=chunk-MBK4V2X7.js.map
|