iching-broker-level2/node_modules/@babel/helpers/lib/helpers/writeOnlyError.js

12 lines
249 B
JavaScript
Raw Normal View History

2025-03-31 12:27:20 +00:00
"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