smartgit/dist/smartgit.pull.d.ts

2 lines
94 B
TypeScript
Raw Normal View History

2016-07-03 02:03:15 +00:00
export declare let pull: (dirPathArg: string, sourceArg?: string, branchArg?: string) => any;