mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
8 lines
No EOL
354 B
JavaScript
8 lines
No EOL
354 B
JavaScript
function _classCheckPrivateStaticFieldDescriptor(descriptor, action) {
|
|
if (descriptor === undefined) {
|
|
throw new TypeError("attempted to " + action + " private static field before its declaration");
|
|
}
|
|
}
|
|
|
|
module.exports = _classCheckPrivateStaticFieldDescriptor;
|
|
module.exports["default"] = module.exports, module.exports.__esModule = true; |