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