smartgit/dist/smartgit.push.d.ts

2 lines
104 B
TypeScript
Raw Normal View History

2016-07-04 02:59:39 +00:00
export declare let push: (dirPathArg: string, remoteNameArg?: string, remoteBranchArg?: string) => any;