add git module and kvStore
This commit is contained in:
6
dist/mod_git/index.d.ts
vendored
Normal file
6
dist/mod_git/index.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* handle cli input
|
||||
* @param argvArg
|
||||
*/
|
||||
export declare let handleCli: (argvArg: any) => Promise<void>;
|
||||
export declare let mirror: () => Promise<void>;
|
||||
Reference in New Issue
Block a user