mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-07-07 02:07:17 +08:00
3 lines
No EOL
104 B
Text
3 lines
No EOL
104 B
Text
export default function _readOnlyError(name) {
|
|
throw new TypeError("\"" + name + "\" is read-only");
|
|
} |