Files
med-notes/.pnpm-store/v10/files/84/6da62a7399c91748c7cd55202b3a810578d05544dc8c4359ecf103fb7f9d8bd5813e845b39fb7f86dc4ad9f75643815a65fa6ff90432be9361503cec755b39
2025-05-09 05:30:08 +02:00

15 lines
400 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _getPrototypeOf;
function _getPrototypeOf(o) {
exports.default = _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) {
return o.__proto__ || Object.getPrototypeOf(o);
};
return _getPrototypeOf(o);
}
//# sourceMappingURL=getPrototypeOf.js.map