UNPKG

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