update base structure
This commit is contained in:
5
dist/smartgit.clone.d.ts
vendored
Normal file
5
dist/smartgit.clone.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import "typings-global";
|
||||
export declare let clone: (options: {
|
||||
from: string;
|
||||
to: string;
|
||||
}) => any;
|
||||
Reference in New Issue
Block a user