mirror of
				https://github.com/Instadapp/Swap-Aggregator-Subgraph.git
				synced 2024-07-29 21:57:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			327 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			327 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| var checkPrivateRedeclaration = require("./checkPrivateRedeclaration.js");
 | |
| 
 | |
| function _classPrivateMethodInitSpec(obj, privateSet) {
 | |
|   checkPrivateRedeclaration(obj, privateSet);
 | |
|   privateSet.add(obj);
 | |
| }
 | |
| 
 | |
| module.exports = _classPrivateMethodInitSpec, module.exports.__esModule = true, module.exports["default"] = module.exports; | 
