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

7 lines
254 B
TypeScript

// Type definitions for nodegit 0.18
// Project: https://github.com/nodegit/nodegit
// Definitions by: Dolan Miu <https://github.com/dolanmiu>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export { Repository } from './repository';