npmci/dist/npmci.env.d.ts

11 lines
267 B
TypeScript
Raw Normal View History

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