mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-05 17:10:29 +08:00
6 lines
127 B
TypeScript
6 lines
127 B
TypeScript
import * as Git from 'nodegit';
|
|
|
|
Git.Repository.discover("startPath", 1, "ceilingDirs").then((string) => {
|
|
// Use string
|
|
});
|