readOnlyError.js (104B)
1 export default function _readOnlyError(name) { 2 throw new TypeError("\"" + name + "\" is read-only"); 3 }