mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
9 lines
327 B
JavaScript
9 lines
327 B
JavaScript
|
|
var checkPrivateRedeclaration = require("./checkPrivateRedeclaration.js");
|
||
|
|
|
||
|
|
function _classPrivateMethodInitSpec(obj, privateSet) {
|
||
|
|
checkPrivateRedeclaration(obj, privateSet);
|
||
|
|
privateSet.add(obj);
|
||
|
|
}
|
||
|
|
|
||
|
|
module.exports = _classPrivateMethodInitSpec;
|
||
|
|
module.exports["default"] = module.exports, module.exports.__esModule = true;
|