| 
									
										
										
										
											2016-08-02 16:20:32 +02:00
										 |  |  | export declare let nvmAvailable: boolean; | 
					
						
							| 
									
										
										
										
											2016-12-10 22:43:14 +01:00
										 |  |  | /** | 
					
						
							|  |  |  |  * bash() allows using bash with nvm in path | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2016-06-07 03:59:47 +02:00
										 |  |  | export declare let bash: (commandArg: string, retryArg?: number, bareArg?: boolean) => string; | 
					
						
							| 
									
										
										
										
											2016-12-10 22:43:14 +01:00
										 |  |  | /** | 
					
						
							|  |  |  |  * bashBare allows usage of bash without sourcing any files like nvm | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | export declare let bashBare: (commandArg: string, retryArg?: number) => string; | 
					
						
							|  |  |  | /** | 
					
						
							|  |  |  |  * bashNoError allows executing stuff without throwing an error | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | export declare let bashNoError: (commandArg: string) => string; |