smartgit/dist/index.d.ts

9 lines
332 B
TypeScript
Raw Normal View History

2016-07-03 02:37:03 +00:00
export { add } from "./smartgit.add";
2016-06-12 14:46:59 +00:00
export { clone } from "./smartgit.clone";
2016-07-03 02:03:15 +00:00
export { commit } from "./smartgit.commit";
export { init } from "./smartgit.init";
export { pull } from "./smartgit.pull";
export { push } from "./smartgit.push";
2016-07-03 02:37:03 +00:00
export { remote } from "./smartgit.remote";
2016-07-04 01:49:24 +00:00
export { status } from "./smartgit.status";