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