google_forms/node_modules/@babel/runtime/helpers/readOnlyError.js

4 lines
192 B
JavaScript
Raw Normal View History

2024-08-09 12:04:48 +00:00
function _readOnlyError(r) {
throw new TypeError('"' + r + '" is read-only');
}
module.exports = _readOnlyError, module.exports.__esModule = true, module.exports["default"] = module.exports;