readOnlyError.js 100 B

123
  1. export default function _readOnlyError(name) {
  2. throw new Error("\"" + name + "\" is read-only");
  3. }