mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 21:19:01 +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 {};
 | 
						|
 |