spaceout/front_end/node_modules/@babel/runtime/helpers/readOnlyError.js
2020-12-12 10:25:30 -05:00

5 lines
123 B
JavaScript

function _readOnlyError(name) {
throw new TypeError("\"" + name + "\" is read-only");
}
module.exports = _readOnlyError;