mirror of
				https://github.com/house-of-abbey/GarminHomeAssistant.git
				synced 2025-10-31 15:48:13 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			213 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			213 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| declare namespace json {
 | |
|   export function parse(text: string): import('json-ast-comments').JsonDocument;
 | |
| }
 | |
| 
 | |
| declare module 'https://cdn.jsdelivr.net/npm/monaco-yaml@5.1.1/+esm' {
 | |
|   export * from 'monaco-yaml';
 | |
| }
 |