UNPKG

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