mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-27 08:44:34 +00:00
Initial commit of files
This commit is contained in:
5
types/nodegit/nodegit-tests.ts
Normal file
5
types/nodegit/nodegit-tests.ts
Normal file
@@ -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