Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
jajbshjahavahh
GitHub Repository: jajbshjahavahh/Gojo-Satoru
Path: blob/master/node_modules/@babel/runtime/helpers/classPrivateMethodInitSpec.js
2593 views
1
var checkPrivateRedeclaration = require("./checkPrivateRedeclaration.js");
2
3
function _classPrivateMethodInitSpec(obj, privateSet) {
4
checkPrivateRedeclaration(obj, privateSet);
5
privateSet.add(obj);
6
}
7
8
module.exports = _classPrivateMethodInitSpec, module.exports.__esModule = true, module.exports["default"] = module.exports;
9