smartgit/dist/smartgit.add.d.ts

5 lines
88 B
TypeScript
Raw Normal View History

2016-06-25 17:13:19 +00:00
export declare let pull: (optionsArg: {
path: string;
ref?: string;
}) => void;