writeOnlyError.js 249 B

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