smartgit/dist/smartgit.pull.d.ts

4 lines
187 B
TypeScript
Raw Normal View History

2016-07-05 01:47:38 +00:00
/// <reference types="q" />
import * as plugins from "./smartgit.plugins";
export declare let pull: (dirPathArg: string, sourceArg?: string, branchArg?: string) => plugins.Q.Promise<{}>;