mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-31 16:07:45 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			104 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			104 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| declare module 'settle-promise' {
 | |
|   export function settle(promises: Promise<void>[]): Promise<void>;
 | |
| }
 |