1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
Oinktube/node_modules/@babel/runtime/helpers/esm/writeOnlyError.js
2022-03-17 11:43:59 -03:00

3 lines
No EOL
108 B
JavaScript

export default function _writeOnlyError(name) {
throw new TypeError("\"" + name + "\" is write-only");
}