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