writeOnlyError.js 122 Bytes Edit Raw Blame History Permalink 1 2 3 4 function _writeOnlyError(r) { throw new TypeError('"' + r + '" is write-only'); } export { _writeOnlyError as default };