persona-community-5/.pnpm-store/v3/files/a0/07be99009c5914af796f0bb186f0d1a565b46d2c5963f5c0f7950b5b41bcd0696ae62faf89cd18e9a76828ca2e36f6f5f464fe2cb265bf01db08f22367a136
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

12 lines
249 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _writeOnlyError;
function _writeOnlyError(name) {
throw new TypeError('"' + name + '" is write-only');
}
//# sourceMappingURL=writeOnlyError.js.map