Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
jajbshjahavahh
GitHub Repository: jajbshjahavahh/Gojo-Satoru
Path: blob/master/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticAccess.js
2593 views
1
export default function _classCheckPrivateStaticAccess(receiver, classConstructor) {
2
if (receiver !== classConstructor) {
3
throw new TypeError("Private static access of wrong provenance");
4
}
5
}
6