helpyourneighbour/node_modules/@babel/helpers/lib/helpers/readOnlyError.js

12 lines
245 B
JavaScript
Raw Normal View History

2026-03-17 07:07:36 +00:00
"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