default: {
EditRepository: ((options: any) => Promise<boolean>);
InitInPath: ((_path: string, options: any) => Promise<boolean>);
ScanDirectory: ((_path: string, branch: string, log?: boolean) => Promise<any[]>);
}
Type declaration
-
EditRepository: ((options: any) => Promise<boolean>)
-
- (options: any): Promise<boolean>
-
Returns Promise<boolean>
-
InitInPath: ((_path: string, options: any) => Promise<boolean>)
-
- (_path: string, options: any): Promise<boolean>
-
Parameters
-
_path: string
-
options: any
Returns Promise<boolean>
-
ScanDirectory: ((_path: string, branch: string, log?: boolean) => Promise<any[]>)
-
- (_path: string, branch: string, log?: boolean): Promise<any[]>
-
Parameters
-
_path: string
-
branch: string
-
log: boolean = true
Returns Promise<any[]>
Function
EditRepository
Export
Returns