2016-11-24 23:07:20 +00:00
|
|
|
import { GitRepo } from 'smartstring';
|
2017-09-08 12:58:44 +00:00
|
|
|
import { ProjectInfo } from 'projectinfo';
|
2017-07-27 11:15:39 +00:00
|
|
|
/**
|
|
|
|
* a info instance about the git respoitory at cwd :)
|
|
|
|
*/
|
2016-06-03 00:56:20 +00:00
|
|
|
export declare let repo: GitRepo;
|
2017-09-08 12:58:44 +00:00
|
|
|
/**
|
|
|
|
* Info about the project at cwd
|
|
|
|
*/
|
|
|
|
export declare let cwdProjectInfo: ProjectInfo;
|