smartgit/dist/smartgit.remote.d.ts

5 lines
92 B
TypeScript
Raw Normal View History

2016-07-03 02:37:03 +00:00
export declare let remote: {
add: (dirPathArg: any) => void;
remove: () => void;
};