6 lines
		
	
	
		
			135 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			135 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import { GitRepo } from 'smartstring';
 | |
| /**
 | |
|  * a info instance about the git respoitory at cwd :)
 | |
|  */
 | |
| export declare let repo: GitRepo;
 |