aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@babel/runtime/helpers/readOnlyError.js
blob: 4e61e3fd45f35b5f5ba0a918e38bfa2b74a5591a (plain)
1
2
3
4
5
function _readOnlyError(name) {
  throw new Error("\"" + name + "\" is read-only");
}

module.exports = _readOnlyError;