mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-25 18:40:34 +00:00
Initial commit of files
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import * as Git from 'nodegit';
|
||||
|
||||
Git.Repository.discover("startPath", 1, "ceilingDirs").then((string) => {
|
||||
// Use string
|
||||
});
|
||||
Reference in New Issue
Block a user