mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-01 20:09:30 +08:00
5 lines
No EOL
201 B
Text
5 lines
No EOL
201 B
Text
function _readOnlyError(name) {
|
|
throw new TypeError("\"" + name + "\" is read-only");
|
|
}
|
|
|
|
module.exports = _readOnlyError, module.exports.__esModule = true, module.exports["default"] = module.exports; |