Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
jajbshjahavahh
GitHub Repository: jajbshjahavahh/Gojo-Satoru
Path: blob/master/node_modules/@babel/runtime/helpers/esm/classPrivateMethodInitSpec.js
2593 views
1
import checkPrivateRedeclaration from "./checkPrivateRedeclaration.js";
2
export default function _classPrivateMethodInitSpec(obj, privateSet) {
3
checkPrivateRedeclaration(obj, privateSet);
4
privateSet.add(obj);
5
}
6