1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 17:59:55 +02:00
Oinktube/node_modules/@babel/runtime/helpers/nullishReceiverError.js
2024-04-03 15:54:35 -03:00

4 lines
No EOL
223 B
JavaScript

function _nullishReceiverError(r) {
throw new TypeError("Cannot set property of null or undefined.");
}
module.exports = _nullishReceiverError, module.exports.__esModule = true, module.exports["default"] = module.exports;