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.
1 parent edd950d commit 7dd730aCopy full SHA for 7dd730a
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