summaryrefslogtreecommitdiff
path: root/school/node_modules/@babel/runtime/helpers/readOnlyError.js
blob: 6637a0e08ba86084211a90672830f43d8a8c1a3e (plain)
1
2
3
4
function _readOnlyError(name) {
  throw new TypeError("\"" + name + "\" is read-only");
}
module.exports = _readOnlyError, module.exports.__esModule = true, module.exports["default"] = module.exports;