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