We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents edd950d + 7dd730a commit 416f981Copy full SHA for 416f981
index.d.ts
@@ -1,4 +1,4 @@
1
-declare function gitRepoInfo(): gitRepoInfo.GitRepoInfo;
+declare function gitRepoInfo(gitPath?: string): gitRepoInfo.GitRepoInfo;
2
3
declare namespace gitRepoInfo {
4
export interface GitRepoInfo {
0 commit comments