Skip to content

Commit 7dd730a

Browse files
committed
fix(types): add gitPath args for export function
1 parent edd950d commit 7dd730a

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)