GoScrobble/web/node_modules/@babel/runtime/helpers/readOnlyError.js

6 lines
201 B
JavaScript
Raw Permalink Normal View History

2022-04-25 02:47:15 +00:00
function _readOnlyError(name) {
throw new TypeError("\"" + name + "\" is read-only");
}
module.exports = _readOnlyError;
module.exports["default"] = module.exports, module.exports.__esModule = true;