mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 17:59:55 +02:00
6 lines
No EOL
201 B
JavaScript
6 lines
No EOL
201 B
JavaScript
function _readOnlyError(name) {
|
|
throw new TypeError("\"" + name + "\" is read-only");
|
|
}
|
|
|
|
module.exports = _readOnlyError;
|
|
module.exports["default"] = module.exports, module.exports.__esModule = true; |