Files
memecoin-botV2/.pnpm-store/v10/files/e8/bd660db52b646ecd371cd09eb8cefd677751300bbe3fd32e800e674a22cf918decf35c4e5b8dcf1e60f92fba5fe5470a36f0dac42463d3d106d7d4ecd2bece

14 lines
460 B
Plaintext

import setPrototypeOf from "./setPrototypeOf.js";
function _inherits(t, e) {
if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function");
t.prototype = Object.create(e && e.prototype, {
constructor: {
value: t,
writable: !0,
configurable: !0
}
}), Object.defineProperty(t, "prototype", {
writable: !1
}), e && setPrototypeOf(t, e);
}
export { _inherits as default };