7 lines
142 B
TypeScript
7 lines
142 B
TypeScript
import "typings-global";
|
|
import * as plugins from "./smartgit.plugins";
|
|
|
|
export let pull = (optionsArg:{path:string,ref?:string}) => {
|
|
|
|
}
|