Files
szci/dist/npmci.env.d.ts

6 lines
135 B
TypeScript
Raw Normal View History

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