generated from ShadowVR/AI_botter
13 lines
283 B
TypeScript
13 lines
283 B
TypeScript
|
import { SimpleGitFactory } from './simple-git';
|
||
|
|
||
|
export * from './simple-git';
|
||
|
export * from './errors';
|
||
|
export * from './response';
|
||
|
export * from './types';
|
||
|
|
||
|
export declare const gitP: SimpleGitFactory;
|
||
|
|
||
|
export declare const simpleGit: SimpleGitFactory;
|
||
|
|
||
|
export default simpleGit;
|