<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
!function(){
    var getPrototypeOf = arequire("./getPrototypeOf");

function _superPropBase(object, property) {
    while (!Object.prototype.hasOwnProperty.call(object, property)) {
        object = getPrototypeOf(object);
        if (object === null) break;
    }
    return object;
}

gmodule.exports = _superPropBase;
}()</pre></body></html>