DefinitelyTyped/types/nodegit/nodegit-tests.ts
2017-06-01 21:09:29 +01:00

6 lines
127 B
TypeScript

import * as Git from 'nodegit';
Git.Repository.discover("startPath", 1, "ceilingDirs").then((string) => {
// Use string
});