smartgit/dist/smartgit.add.d.ts

6 lines
163 B
TypeScript
Raw Permalink Normal View History

2016-07-05 01:47:38 +00:00
/// <reference types="q" />
import * as plugins from "./smartgit.plugins";
2016-07-03 22:00:04 +00:00
export declare let add: {
2016-07-05 01:47:38 +00:00
addAll: (dirPathArg: string) => plugins.Q.Promise<{}>;
2016-07-03 22:00:04 +00:00
};