knowledgebase_law/node_modules/@babel/runtime/helpers/esm/writeOnlyError.js

4 lines
122 B
JavaScript
Raw Normal View History

2025-04-11 23:47:09 +08:00
function _writeOnlyError(r) {
throw new TypeError('"' + r + '" is write-only');
}
export { _writeOnlyError as default };