persona-community-5/.pnpm-store/v3/files/26/5dd2b3f64ba576acb98191cde5638995a1775f099652f622f8ba46ff87fdf2ad76b318663c5e3bb322d245f2ec69ce38c25634af58b0f9877eff526220316e
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

14 lines
464 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _superPropSet;
var _set = require("./set.js");
var _getPrototypeOf = require("./getPrototypeOf.js");
function _superPropSet(classArg, property, value, receiver, isStrict, prototype) {
return (0, _set.default)((0, _getPrototypeOf.default)(prototype ? classArg.prototype : classArg), property, value, receiver, isStrict);
}
//# sourceMappingURL=superPropSet.js.map