7 lines
		
	
	
		
			155 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			155 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
|  | /** | ||
|  |  * handle cli input | ||
|  |  * @param argvArg | ||
|  |  */ | ||
|  | export declare let handleCli: (argvArg: any) => Promise<void>; | ||
|  | export declare let test: () => Promise<void>; |