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