mirror of
https://gitea.tendokyu.moe/pinapelz/Mirage.git
synced 2026-09-27 09:23:22 +03:00
4 lines
119 B
JavaScript
4 lines
119 B
JavaScript
function _readOnlyError(r) {
|
|
throw new TypeError('"' + r + '" is read-only');
|
|
}
|
|
export { _readOnlyError as default }; |