Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
jajbshjahavahh
GitHub Repository: jajbshjahavahh/Gojo-Satoru
Path: blob/master/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodGet.js
2593 views
1
import classCheckPrivateStaticAccess from "./classCheckPrivateStaticAccess.js";
2
export default function _classStaticPrivateMethodGet(receiver, classConstructor, method) {
3
classCheckPrivateStaticAccess(receiver, classConstructor);
4
return method;
5
}
6