UNPKG

311 BJavaScriptView Raw
1function _classCheckPrivateStaticAccess(receiver, classConstructor) {
2 if (receiver !== classConstructor) {
3 throw new TypeError("Private static access of wrong provenance");
4 }
5}
6module.exports = _classCheckPrivateStaticAccess, module.exports.__esModule = true, module.exports["default"] = module.exports;
\No newline at end of file