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