UNPKG
find-git-root
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.1.2
0.1.0
recursively find the closest .git/
github.com/banyudu/find-git-root
banyudu/find-git-root
find-git-root
/
index.d.ts
3 lines
(2 loc)
•
76 B
TypeScript
View Raw
1
2
3
declare
function
findGitRoot
(
start
?:
string
):
string
;
export
= findGitRoot;