More types

This commit is contained in:
Dolan
2017-06-04 00:45:48 +01:00
parent 082710a32c
commit cdf69c51e9
25 changed files with 658 additions and 19 deletions

View File

@@ -3,3 +3,7 @@ import * as Git from 'nodegit';
Git.Repository.discover("startPath", 1, "ceilingDirs").then((string) => {
// Use string
});
Git.Repository.init("path", true).then((repository) => {
// Use repository
});