📄 writeOnlyError.js
/home/palash/git/site/node_modules/@babel/runtime/helpers/esm/writeOnlyError.js
Language: js • Lines: 4
function _writeOnlyError(r) {
  throw new TypeError('"' + r + '" is write-only');
}
export { _writeOnlyError as default };