Files
smartgit/ts/smartgit.add.ts

6 lines
117 B
TypeScript
Raw Normal View History

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