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

4 lines
200 B
JavaScript
Raw Normal View History

2024-04-17 13:55:11 +00:00
function _readOnlyError(name) {
throw new TypeError("\"" + name + "\" is read-only");
}
module.exports = _readOnlyError, module.exports.__esModule = true, module.exports["default"] = module.exports;