readOnlyError.js 104 B

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