@swc/helpers
Version:
External helpers for the swc project.
20 lines (19 loc) • 495 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "default", {
enumerable: true,
get: function() {
return _getPrototypeOf;
}
});
function getPrototypeOf(o) {
getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function getPrototypeOf(o) {
return o.__proto__ || Object.getPrototypeOf(o);
};
return getPrototypeOf(o);
}
function _getPrototypeOf(o) {
return getPrototypeOf(o);
}