smartgit/ts/smartgit.add.ts

6 lines
117 B
TypeScript
Raw Normal View History

2016-06-12 14:46:59 +00:00
import * as plugins from "./smartgit.plugins";
export let pull = (optionsArg:{path:string,ref?:string}) => {
2016-06-12 14:46:59 +00:00
}