mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
More types
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user