smartgit/dist/index.d.ts

8 lines
288 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";