smartgit/dist/smartgit.add.d.ts
2016-07-04 00:00:04 +02:00

4 lines
70 B
TypeScript

export declare let add: {
addAll: (dirPathArg: string) => any;
};