UNPKG

276 BJavaScriptView Raw
1function _classStaticPrivateFieldSpecGet(receiver, classConstructor, descriptor) {
2 if (receiver !== classConstructor) {
3 throw new TypeError("Private static access of wrong provenance");
4 }
5
6 return descriptor.value;
7}
8
9module.exports = _classStaticPrivateFieldSpecGet;
\No newline at end of file