forked from external/vscode-xml
		
	Shim Thenable<T>
This commit is contained in:
		
							parent
							
								
									cb54a079d7
								
							
						
					
					
						commit
						a263b85003
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		
							
								
								
									
										3
									
								
								typings/thenable/thenable.d.ts
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								typings/thenable/thenable.d.ts
									
										
									
									
										vendored
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,3 @@
 | 
			
		|||
declare class Thenable<T> extends Promise<T> {
 | 
			
		||||
    // shim for vscode's Thenable<T>
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		
		Reference in a new issue