Files
node-js-test/node_modules/@babel/helpers/lib/helpers/writeOnlyError.js
T

12 lines
249 B
JavaScript
Raw Normal View History

2026-05-19 22:10:51 -07: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