Files
powerpoint-toolbox/node_modules/@babel/helpers/lib/helpers/readOnlyError.js
T
2025-03-07 19:22:02 +01:00

12 lines
245 B
JavaScript

"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