jiangchengfeiyi-xiaochengxu/node_modules/@babel/runtime/helpers/esm/writeOnlyError.js

4 lines
122 B
JavaScript
Raw Normal View History

2025-01-02 03:13:50 +00:00
function _writeOnlyError(r) {
throw new TypeError('"' + r + '" is write-only');
}
export { _writeOnlyError as default };