07be99009c5914af796f0bb186f0d1a565b46d2c5963f5c0f7950b5b41bcd0696ae62faf89cd18e9a76828ca2e36f6f5f464fe2cb265bf01db08f22367a136 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