persona-community-5/.pnpm-store/v3/files/91/106f643a1bb37643a29546c7dbf762a5380bc742a79196a1cfb3baa7219082afc8d384c831bb830d71f117edd7fc57d7c14f19b5f557b20220630a3c5ae573
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

17 lines
558 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _superPropGet;
var _get = require("./get.js");
var _getPrototypeOf = require("./getPrototypeOf.js");
function _superPropGet(classArg, property, receiver, flags) {
var result = (0, _get.default)((0, _getPrototypeOf.default)(flags & 1 ? classArg.prototype : classArg), property, receiver);
return flags & 2 && typeof result === "function" ? function (args) {
return result.apply(receiver, args);
} : result;
}
//# sourceMappingURL=superPropGet.js.map