writeOnlyError.js 106 B

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