the-forest/client/node_modules/@babel/runtime/helpers/writeOnlyError.js

4 lines
195 B
JavaScript
Raw Normal View History

2024-09-17 20:35:18 -04:00
function _writeOnlyError(r) {
throw new TypeError('"' + r + '" is write-only');
}
module.exports = _writeOnlyError, module.exports.__esModule = true, module.exports["default"] = module.exports;