Skip to content

Commit 416f981

Browse files
authored
Merge pull request #43 from Indexyz/master
Add gitPath args for export function
2 parents edd950d + 7dd730a commit 416f981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
declare function gitRepoInfo(): gitRepoInfo.GitRepoInfo;
1+
declare function gitRepoInfo(gitPath?: string): gitRepoInfo.GitRepoInfo;
22

33
declare namespace gitRepoInfo {
44
export interface GitRepoInfo {

0 commit comments

Comments
 (0)