mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-13 21:06:14 +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
|
|
});
|