readOnlyError.js 245 B

1234567891011
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = _readOnlyError;
  6. function _readOnlyError(name) {
  7. throw new TypeError('"' + name + '" is read-only');
  8. }
  9. //# sourceMappingURL=readOnlyError.js.map