smartgit/ts/index.ts

8 lines
245 B
TypeScript

import plugins = require("./smartgit.plugins");
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";