Files
med-notes/.pnpm-store/v10/files/6f/6515861f28f69e0cfb81833d6506d3b502ad66762deeda25cd3480ca04fcf96322dfbb7c6fdeec5f2841b673d24e4258260ad8e1372d69d8ddabfb2e8970ca
2025-05-09 05:30:08 +02:00

12 lines
245 B
Plaintext

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