Files
med-notes/.pnpm-store/v10/files/a0/07be99009c5914af796f0bb186f0d1a565b46d2c5963f5c0f7950b5b41bcd0696ae62faf89cd18e9a76828ca2e36f6f5f464fe2cb265bf01db08f22367a136
2025-05-09 05:30:08 +02: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