1 | import { SimpleGitFactory } from './simple-git';
|
2 |
|
3 | export * from './simple-git';
|
4 | export * from './errors';
|
5 | export * from './response';
|
6 | export * from './types';
|
7 |
|
8 | export declare const gitP: SimpleGitFactory;
|
9 |
|
10 | export declare const simpleGit: SimpleGitFactory;
|
11 |
|
12 | export default simpleGit;
|