smartgit/dist/index.d.ts

6 lines
206 B
TypeScript
Raw Normal View History

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";