smartgit/dist/index.d.ts
2016-07-03 04:37:03 +02:00

8 lines
288 B
TypeScript

export { add } from "./smartgit.add";
export { clone } from "./smartgit.clone";
export { commit } from "./smartgit.commit";
export { init } from "./smartgit.init";
export { pull } from "./smartgit.pull";
export { push } from "./smartgit.push";
export { remote } from "./smartgit.remote";