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