11 lines
267 B
TypeScript
11 lines
267 B
TypeScript
import { GitRepo } from 'smartstring';
|
|
import { ProjectInfo } from 'projectinfo';
|
|
/**
|
|
* a info instance about the git respoitory at cwd :)
|
|
*/
|
|
export declare let repo: GitRepo;
|
|
/**
|
|
* Info about the project at cwd
|
|
*/
|
|
export declare let cwdProjectInfo: ProjectInfo;
|