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

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

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