npmci/dist/npmci.env.d.ts

6 lines
135 B
TypeScript
Raw Normal View History

2016-11-24 23:07:20 +00:00
import { GitRepo } from 'smartstring';
/**
* a info instance about the git respoitory at cwd :)
*/
export declare let repo: GitRepo;