npmci/dist/npmci.env.d.ts
2017-09-08 14:58:44 +02:00

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;