7 lines
		
	
	
		
			185 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			185 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
|  | "use strict"; | ||
|  | Object.defineProperty(exports, "__esModule", { value: true }); | ||
|  | exports.parseAnyDef = parseAnyDef; | ||
|  | function parseAnyDef() { | ||
|  |     return {}; | ||
|  | } | ||
|  | //# sourceMappingURL=any.js.map
 |