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

function _inherits(e, t) {
    if ("function" != typeof t &amp;&amp; null !== t) throw new TypeError("Super expression must either be null or a function");
    e.prototype = Object.create(t &amp;&amp; t.prototype, {
        constructor: {
            value: e,
            writable: !0,
            configurable: !0
        }
    }), t &amp;&amp; setPrototypeOf(e, t);
}

gmodule.exports = _inherits;</pre></body></html>