mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 19:19:03 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			144 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			144 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import type { SinonStatic } from 'sinon';
 | |
| 
 | |
| declare global {
 | |
| 	// eslint-disable-next-line no-var
 | |
| 	var sinon: SinonStatic;
 | |
| }
 | |
| 
 | |
| export default {};
 | |
| 
 | 
